Spaces:
Runtime error
Runtime error
Update start_server.sh
Browse files- start_server.sh +2 -1
start_server.sh
CHANGED
@@ -32,4 +32,5 @@ jupyter-lab \
|
|
32 |
--ServerApp.disable_check_xsrf=True \
|
33 |
--LabApp.news_url=None \
|
34 |
--LabApp.check_for_updates_class="jupyterlab.NeverCheckForUpdate" \
|
35 |
-
--notebook-dir=$NOTEBOOK_DIR
|
|
|
|
32 |
--ServerApp.disable_check_xsrf=True \
|
33 |
--LabApp.news_url=None \
|
34 |
--LabApp.check_for_updates_class="jupyterlab.NeverCheckForUpdate" \
|
35 |
+
--notebook-dir=$NOTEBOOK_DIR \
|
36 |
+
/data/samples/locomotion.ipynb
|