Spaces:
Sleeping
Sleeping
Update start_server.sh
Browse files- start_server.sh +2 -2
start_server.sh
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
#!/bin/bash
|
| 2 |
JUPYTER_TOKEN="${JUPYTER_TOKEN:=test}"
|
| 3 |
|
| 4 |
-
NOTEBOOK_DIR="/home/user/app/"
|
| 5 |
|
| 6 |
jupyter labextension disable "@jupyterlab/apputils-extension:announcements"
|
| 7 |
|
|
@@ -16,4 +16,4 @@ jupyter-lab \
|
|
| 16 |
--ServerApp.disable_check_xsrf=True \
|
| 17 |
--LabApp.news_url=None \
|
| 18 |
--LabApp.check_for_updates_class="jupyterlab.NeverCheckForUpdate" \
|
| 19 |
-
|
|
|
|
| 1 |
#!/bin/bash
|
| 2 |
JUPYTER_TOKEN="${JUPYTER_TOKEN:=test}"
|
| 3 |
|
| 4 |
+
#NOTEBOOK_DIR="/home/user/app/"
|
| 5 |
|
| 6 |
jupyter labextension disable "@jupyterlab/apputils-extension:announcements"
|
| 7 |
|
|
|
|
| 16 |
--ServerApp.disable_check_xsrf=True \
|
| 17 |
--LabApp.news_url=None \
|
| 18 |
--LabApp.check_for_updates_class="jupyterlab.NeverCheckForUpdate" \
|
| 19 |
+
#--notebook-dir=$NOTEBOOK_DIR
|