From d41a25b366d63ddd956ac5dcb55cd21044cd802b Mon Sep 17 00:00:00 2001 From: saundersp Date: Thu, 23 Jan 2025 16:07:49 +0100 Subject: [PATCH] Removed deprecated ServerApp.iopub_data_rate_limit option --- helper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helper.sh b/helper.sh index d40ef50..0067e7c 100755 --- a/helper.sh +++ b/helper.sh @@ -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