osbm commited on
Commit
f01d8a5
1 Parent(s): 2b88b8e

Disable introduction message

Browse files
Files changed (1) hide show
  1. 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 \