Commit
•
317967f
1
Parent(s):
0b670e2
Disable introduction message (#5)
Browse files- Disable introduction message (f01d8a5458d5b7ce590c799c34ca2a202e5d3330)
Co-authored-by: Osman Faruk Bayram <[email protected]>
- start_server.sh +2 -0
start_server.sh
CHANGED
@@ -3,6 +3,8 @@ JUPYTER_TOKEN="${JUPYTER_TOKEN:=huggingface}"
|
|
3 |
|
4 |
NOTEBOOK_DIR="/data"
|
5 |
|
|
|
|
|
6 |
jupyter-lab \
|
7 |
--ip 0.0.0.0 \
|
8 |
--port 7860 \
|
|
|
3 |
|
4 |
NOTEBOOK_DIR="/data"
|
5 |
|
6 |
+
jupyter labextension disable "@jupyterlab/apputils-extension:announcements"
|
7 |
+
|
8 |
jupyter-lab \
|
9 |
--ip 0.0.0.0 \
|
10 |
--port 7860 \
|