Update start.sh
Browse files
start.sh
CHANGED
|
@@ -82,17 +82,17 @@ echo "Starting Jupyter Lab..."
|
|
| 82 |
# Jupyter Lab
|
| 83 |
#
|
| 84 |
# --no-browser \
|
| 85 |
-
|
| 86 |
-
|
| 87 |
-
|
| 88 |
-
|
| 89 |
-
|
| 90 |
-
|
| 91 |
-
|
| 92 |
-
|
| 93 |
-
|
| 94 |
-
|
| 95 |
-
|
| 96 |
-
|
| 97 |
-
|
| 98 |
|
|
|
|
| 82 |
# Jupyter Lab
|
| 83 |
#
|
| 84 |
# --no-browser \
|
| 85 |
+
jupyter-lab \
|
| 86 |
+
--ip 0.0.0.0 \
|
| 87 |
+
--port 8888 \
|
| 88 |
+
--allow-root \
|
| 89 |
+
--ServerApp.token="$JUPYTER_TOKEN" \
|
| 90 |
+
--ServerApp.tornado_settings="{'headers': {'Content-Security-Policy': 'frame-ancestors *'}}" \
|
| 91 |
+
--ServerApp.cookie_options="{'SameSite': 'None', 'Secure': True}" \
|
| 92 |
+
--ServerApp.disable_check_xsrf=True \
|
| 93 |
+
--LabApp.news_url=None \
|
| 94 |
+
--LabApp.check_for_updates_class="jupyterlab.NeverCheckForUpdate" \
|
| 95 |
+
--notebook-dir=$NOTEBOOK_DIR
|
| 96 |
+
Untitled1.ipynb Player.ipynb
|
| 97 |
+
|
| 98 |
|