features/test/python/install_jupyterlab.sh
JP Ungaretti ceb4544cc3
Rename JupyterLab config file (#174)
* Rename JupyterLab config file

* Bump version
2022-09-20 13:47:46 -07:00

17 lines
335 B
Bash

#!/bin/bash
set -e
# Optional: Import test library
source dev-container-features-test-lib
check "version" jupyter lab --version
check "config" grep ".*.allow_origin = '*'" /home/vscode/.jupyter/jupyter_server_config.py
check "user" whoami | grep vscode
check "zsh" zsh --version
check "wget" wget -V
# Report result
reportResults