From ceb4544cc38d4882a0294c79f4ef8123435cb027 Mon Sep 17 00:00:00 2001 From: JP Ungaretti <19893438+jungaretti@users.noreply.github.com> Date: Tue, 20 Sep 2022 13:47:46 -0700 Subject: Rename JupyterLab config file (#174) * Rename JupyterLab config file * Bump version --- test/python/install_jupyterlab.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/python') 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 -- cgit v1.2.3