derek-thomas
commited on
Re-enable vim
Browse files
jupyterlab/start_server.sh
CHANGED
@@ -5,8 +5,6 @@ echo "Starting Jupyter Lab with token $JUPYTER_TOKEN"
|
|
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 \
|
|
|
5 |
|
6 |
NOTEBOOK_DIR="$HOME/app/notebooks/"
|
7 |
|
|
|
|
|
8 |
jupyter-lab \
|
9 |
--ip 0.0.0.0 \
|
10 |
--port 7860 \
|