Spaces:
Runtime error
Runtime error
Disable introduction message
Browse files- start_server.sh +2 -0
start_server.sh
CHANGED
@@ -5,6 +5,8 @@ echo "Starting Jupyter Lab with token $JUPYTER_TOKEN"
|
|
5 |
|
6 |
NOTEBOOK_DIR="/data"
|
7 |
|
|
|
|
|
8 |
jupyter-lab \
|
9 |
--ip 0.0.0.0 \
|
10 |
--port 7860 \
|
|
|
5 |
|
6 |
NOTEBOOK_DIR="/data"
|
7 |
|
8 |
+
jupyter labextension disable "@jupyterlab/apputils-extension:announcements"
|
9 |
+
|
10 |
jupyter-lab \
|
11 |
--ip 0.0.0.0 \
|
12 |
--port 7860 \
|