You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jlab_start="jupyter Space lab Space --no-browser Space --autoreload Space --port=9889 Space --ip='127.0.0.1' Space --NotebookApp.token='' Space --NotebookApp.password=\"$PW\" Space --notebook-dir=\"~/ECCO-v4-Python-Tutorial/Tutorials_as_Jupyter_Notebooks\""
17
+
jlab_start="jupyter Space lab Space --no-browser Space --autoreload Space --port=9889 Space --ip='127.0.0.1' Space --NotebookApp.token='' Space --NotebookApp.password=\"$PW\" Space --notebook-dir=\"~/ECCO-v4-Python-Tutorial\""
18
18
19
19
# Start new tmux session
20
20
tmux new -d -s jupyterlab
@@ -30,5 +30,7 @@ echo -e "${red_start}Access from your local machine in a browser window at"
30
30
echo -e "${blue_start}http://127.0.0.1:9889/"
31
31
echo -e "${red_start}tmux session can be accessed with"
32
32
echo -e "${blue_start}tmux a -t jupyterlab"
33
+
echo -e "${red_start}and detached from current window by pressing keys"
0 commit comments