Skip to content

Commit a647a5b

Browse files
author
Dale Roberts
committed
Launch jupyter lab instead of notebook
1 parent ac901f0 commit a647a5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: gadi_jupyter

+1-1
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ export DASK_LABEXTENSION__DEFAULT__WORKERS=\\\$PBS_NCPUS
225225
export DASK_DISTRIBUTED__DASHBOARD__LINK="/proxy/{port}/status"
226226
export DASK_TEMPORARY_DIRECTORY="\\\$TMPDIR"
227227
228-
$STRACE jupyter notebook --NotebookApp.token="\\\$TOKEN" --no-browser --ip="\\\$HOSTNAME" --port "\\\$PORT" --port-retries=0
228+
$STRACE jupyter lab --NotebookApp.token="\\\$TOKEN" --no-browser --ip="\\\$HOSTNAME" --port "\\\$PORT" --port-retries=0
229229
EOQ
230230
231231
# Required for conda

0 commit comments

Comments
 (0)