Skip to content

Commit de74e57

Browse files
committed
updated jupyterlab authentication for latest version of jupyterlab
1 parent a51a372 commit de74e57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cloud_Setup/jupyter_lab_start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ echo "Enter password to access Jupyter lab from browser,"
2626
echo "or leave blank to not require a password."
2727

2828
PW="$(python3 -c 'from jupyter_server.auth import passwd; import getpass; print(passwd(getpass.getpass(), algorithm="sha256"))')"
29-
jlab_start="jupyter Space lab Space --no-browser Space --autoreload Space --port=\"${user_port}\" Space --ip='127.0.0.1' Space --NotebookApp.token='' Space --NotebookApp.password=\"$PW\" Space --notebook-dir=\"~/ECCO-v4-Python-Tutorial\""
29+
jlab_start="jupyter Space lab Space --no-browser Space --autoreload Space --port=\"${user_port}\" Space --ip='127.0.0.1' Space --IdentityProvider.token='' Space --PasswordIdentityProvider.hashed_password=\"$PW\" Space --notebook-dir=\"~/ECCO-v4-Python-Tutorial\""
3030

3131
# Start new tmux session
3232
tmux new -d -s jupyterlab

0 commit comments

Comments
 (0)