Update start_server.sh
Browse files- start_server.sh +0 -1
start_server.sh
CHANGED
|
@@ -10,7 +10,6 @@ jupyter-lab \
|
|
| 10 |
--port 7860 \
|
| 11 |
--no-browser \
|
| 12 |
--allow-root \
|
| 13 |
-
--ServerApp.token="$JUPYTER_TOKEN" \
|
| 14 |
--ServerApp.tornado_settings="{'headers': {'Content-Security-Policy': 'frame-ancestors *'}}" \
|
| 15 |
--ServerApp.cookie_options="{'SameSite': 'None', 'Secure': True}" \
|
| 16 |
--ServerApp.disable_check_xsrf=True \
|
|
|
|
| 10 |
--port 7860 \
|
| 11 |
--no-browser \
|
| 12 |
--allow-root \
|
|
|
|
| 13 |
--ServerApp.tornado_settings="{'headers': {'Content-Security-Policy': 'frame-ancestors *'}}" \
|
| 14 |
--ServerApp.cookie_options="{'SameSite': 'None', 'Secure': True}" \
|
| 15 |
--ServerApp.disable_check_xsrf=True \
|