Removed deprecated ServerApp.iopub_data_rate_limit option

This commit is contained in:
saundersp 2025-01-23 16:07:49 +01:00
parent 3c382e96cb
commit d41a25b366

View File

@ -79,7 +79,7 @@ case "$1" in
l|-l|launch|--launch)
enable_venv "$2"
if command -v jupyter >> /dev/null; then
exec jupyter lab --ip 0.0.0.0 --ServerApp.iopub_data_rate_limit 1e16
exec jupyter lab --ip 0.0.0.0
else
echo "Jupyter lab isn't installed"
exit 1