Spaces:
Runtime error
Runtime error
Update start_server.sh
Browse files- start_server.sh +2 -1
start_server.sh
CHANGED
@@ -6,4 +6,5 @@ jupyter-lab \
|
|
6 |
--port 7860 \
|
7 |
--no-browser \
|
8 |
--allow-root \
|
9 |
-
--NotebookApp.token='$JUPYTER_TOKEN'
|
|
|
|
6 |
--port 7860 \
|
7 |
--no-browser \
|
8 |
--allow-root \
|
9 |
+
--NotebookApp.token='$JUPYTER_TOKEN' \
|
10 |
+
--NotebookApp.tornado_settings="{'headers': {'Content-Security-Policy': 'frame-ancestors *'}}"
|