features/test/python/install_jupyterlab_2.sh

12 lines
174 B
Bash
Raw Normal View History

2022-09-08 23:30:57 +03:00
#!/bin/bash
set -e
# Optional: Import test library
source dev-container-features-test-lib
check "jupyter lab version" jupyter lab --version
# Report result
reportResults