Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 92a898e

Browse files
authored
Merge pull request #1 from framctr/jupyterlab-subdomain-1
Update run.sh in jupyterlab module with subdomain support
2 parents e09b7a1 + 6936e8e commit 92a898e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyterlab/run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ $HOME/.local/bin/jupyter-lab --no-browser \
3333
--ServerApp.port="${PORT}" \
3434
--ServerApp.token='' \
3535
--ServerApp.password='' \
36-
> "${LOG_PATH}" 2>&1 &
36+
> "${LOG_PATH}" 2>&1 &

0 commit comments

Comments
 (0)