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