Added greater iopub_data_rate_limit
This commit is contained in:
parent
84ad306b8d
commit
5f603fddc3
@ -47,8 +47,8 @@ case "$1" in
|
|||||||
echo '{ "theme": "JupyterLab Dark" }' > "$JUPYTERLAB_SETTINGS_DIR"/@jupyterlab/apputils-extension/themes.jupyterlab-settings
|
echo '{ "theme": "JupyterLab Dark" }' > "$JUPYTERLAB_SETTINGS_DIR"/@jupyterlab/apputils-extension/themes.jupyterlab-settings
|
||||||
echo '{ "fetchNews": "false" }' > "$JUPYTERLAB_SETTINGS_DIR"/@jupyterlab/apputils-extension/notification.jupyterlab-settings
|
echo '{ "fetchNews": "false" }' > "$JUPYTERLAB_SETTINGS_DIR"/@jupyterlab/apputils-extension/notification.jupyterlab-settings
|
||||||
enable_venv "$2"
|
enable_venv "$2"
|
||||||
python -m pip install --timeout 60 --retries 9999999999999999 -U pip setuptools
|
python -m pip install --timeout 60 --retries 1e16 -U pip setuptools
|
||||||
pip install --timeout 60 --retries 9999999999999999 -r requirements.txt
|
pip install --timeout 60 --retries 1e16 -r requirements.txt
|
||||||
;;
|
;;
|
||||||
|
|
||||||
k|-k|kernel|--kernel)
|
k|-k|kernel|--kernel)
|
||||||
@ -75,7 +75,7 @@ case "$1" in
|
|||||||
l|-l|launch|--launch)
|
l|-l|launch|--launch)
|
||||||
enable_venv "$2"
|
enable_venv "$2"
|
||||||
if command -v jupyter >> /dev/null; then
|
if command -v jupyter >> /dev/null; then
|
||||||
exec jupyter lab
|
exec jupyter lab --ServerApp.iopub_data_rate_limit 1e16
|
||||||
else
|
else
|
||||||
echo "Jupyter lab isn't installed"
|
echo "Jupyter lab isn't installed"
|
||||||
exit 1
|
exit 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user