rahulreshma commited on
Commit
b1c1b5a
·
verified ·
1 Parent(s): 7ee8f7a

Create start.sh

Browse files
Files changed (1) hide show
  1. start.sh +13 -0
start.sh ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ jupyter-lab \
2
+ --ip 0.0.0.0 \
3
+ --port 7860 \
4
+ --no-browser \
5
+ --allow-root \
6
+ --ServerApp.token="$JUPYTER_TOKEN" \
7
+ --ServerApp.tornado_settings="{'headers': {'Content-Security-Policy': 'frame-ancestors *'}}" \
8
+ --ServerApp.cookie_options="{'SameSite': 'None', 'Secure': True}" \
9
+ --ServerApp.disable_check_xsrf=True \
10
+ --LabApp.news_url=None \
11
+ --LabApp.check_for_updates_class="jupyterlab.NeverCheckForUpdate" \
12
+ #--notebook-dir=$NOTEBOOK_DIR
13
+ jupyter server list