aboutsummaryrefslogtreecommitdiff
path: root/test/python
diff options
context:
space:
mode:
authorJP Ungaretti <19893438+jungaretti@users.noreply.github.com>2022-09-20 23:47:46 +0300
committerGitHub <noreply@github.com>2022-09-20 23:47:46 +0300
commitceb4544cc38d4882a0294c79f4ef8123435cb027 (patch)
treeec13c3879003de706d1bb1a566d507bf2f3d9ea6 /test/python
parentbae781225916c206f8d908b6dba1e3d4ca6d555e (diff)
Rename JupyterLab config file (#174)
* Rename JupyterLab config file * Bump version
Diffstat (limited to 'test/python')
-rw-r--r--test/python/install_jupyterlab.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/python/install_jupyterlab.sh b/test/python/install_jupyterlab.sh
index 9c5e453..98b982d 100644
--- a/test/python/install_jupyterlab.sh
+++ b/test/python/install_jupyterlab.sh
@@ -6,7 +6,7 @@ set -e
source dev-container-features-test-lib
check "version" jupyter lab --version
-check "config" grep ".*.allow_origin = '*'" /home/vscode/.jupyter/jupyter_notebook_config.py
+check "config" grep ".*.allow_origin = '*'" /home/vscode/.jupyter/jupyter_server_config.py
check "user" whoami | grep vscode
check "zsh" zsh --version