shoom013 commited on
Commit
f381a2d
·
verified ·
1 Parent(s): bb6d267

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +13 -13
start.sh CHANGED
@@ -82,17 +82,17 @@ echo "Starting Jupyter Lab..."
82
  # Jupyter Lab
83
  #
84
  # --no-browser \
85
- #jupyter-lab \
86
- # --ip 0.0.0.0 \
87
- # --port 7860 \
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
 
 
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