diff --git a/helper.sh b/helper.sh index 94aa88e..344f68c 100755 --- a/helper.sh +++ b/helper.sh @@ -80,7 +80,7 @@ case "$1" in l|-l|launch|--launch) enable_venv "$2" if command -v jupyter >> /dev/null; then - exec jupyter lab --ServerApp.iopub_data_rate_limit 1e16 + exec jupyter lab --ip 0.0.0.0 --ServerApp.iopub_data_rate_limit 1e16 else echo "Jupyter lab isn't installed" exit 1