Skip to content

Commit

Permalink
fixup!
Browse files Browse the repository at this point in the history
  • Loading branch information
matifali committed Sep 26, 2023
1 parent 2f97fa2 commit a83a44a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyterlab/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ fi

echo "👷 Starting jupyterlab in background..."
echo "check logs at ${LOG_PATH}"
$HOME/.local/bin/jupyter lab --port=${PORT} --no-browser --ServerApp.token='' --ServerApp.password='' --ServerApp.allow_remote_access=true >${LOG_PATH} 2>&1 &
$HOME/.local/bin/jupyter lab --ServerApp.ip='0.0.0.0' --ServerApp.port=${PORT} --no-browser --ServerApp.token='' --ServerApp.password='' >${LOG_PATH} 2>&1 &

0 comments on commit a83a44a

Please sign in to comment.