pull/45/head
Muhammad Atif Ali 2 years ago
parent 2f97fa2c8c
commit a83a44adfe
No known key found for this signature in database

@ -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 &

Loading…
Cancel
Save