aboutsummaryrefslogtreecommitdiff
path: root/test-scenarios/install_jupyterlab.sh
blob: 9c5e453f8f83f5beda1f1ceff12871b7daf62b81 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/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_notebook_config.py

check "user" whoami | grep vscode
check "zsh" zsh --version
check "wget" wget -V

# Report result
reportResults