derek-thomas
commited on
Commit
·
adc2122
1
Parent(s):
d9d4912
Disable vim by default :'(
Browse files
jupyterlab/start_server.sh
CHANGED
|
@@ -5,6 +5,8 @@ echo "Starting Jupyter Lab with token $JUPYTER_TOKEN"
|
|
| 5 |
|
| 6 |
NOTEBOOK_DIR="$HOME/app/notebooks/"
|
| 7 |
|
|
|
|
|
|
|
| 8 |
jupyter-lab \
|
| 9 |
--ip 0.0.0.0 \
|
| 10 |
--port 7860 \
|
|
|
|
| 5 |
|
| 6 |
NOTEBOOK_DIR="$HOME/app/notebooks/"
|
| 7 |
|
| 8 |
+
jupyter labextension disable @axlair/jupyterlab_vim
|
| 9 |
+
|
| 10 |
jupyter-lab \
|
| 11 |
--ip 0.0.0.0 \
|
| 12 |
--port 7860 \
|