diff options
Diffstat (limited to 'test/python/install_jupyterlab.sh')
-rwxr-xr-x | test/python/install_jupyterlab.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/python/install_jupyterlab.sh b/test/python/install_jupyterlab.sh index a5658f0..58c4f7f 100755 --- a/test/python/install_jupyterlab.sh +++ b/test/python/install_jupyterlab.sh @@ -17,7 +17,7 @@ packages="$(python3 -m pip list)" check "location" grep jupyter <<< "$packages" # Check for git extension -check "jupyterlab-git" grep jupyterlab-git <<< "$packages" +check "jupyterlab_git" grep jupyterlab_git <<< "$packages" # Check for correct JupyterLab configuration check "config" grep ".*.allow_origin = '*'" /home/vscode/.jupyter/jupyter_server_config.py |