From e99bc62ea3ab412708688ddd8ceada0eb8374eaf Mon Sep 17 00:00:00 2001 From: JP Ungaretti <19893438+jungaretti@users.noreply.github.com> Date: Wed, 8 Jun 2022 11:19:31 -0700 Subject: Merge JupyterLab feature into Python feature (#40) * Restructure tools installation * Tweak bash and zsh config * Remove extra space * Update comments * Add option to install JupyterLab * Add option to configure JupyterLab * Add option to install ML packages * Remove deprecated JuptyerLab feature * Add new arguments to Python feature * Remove trailing whitespace * Organize new arguments * Resolve feedback * Create new scenario for JupyterLab * Fix user in JupyterLab scenario * Revert changes to Python test * Remove ML packages * Update test names * Rename CORS option --- test/jupyterlab/test.sh | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 test/jupyterlab/test.sh (limited to 'test') diff --git a/test/jupyterlab/test.sh b/test/jupyterlab/test.sh deleted file mode 100644 index 67249bf..0000000 --- a/test/jupyterlab/test.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash - -set -e - -# Optional: Import test library -source dev-container-features-test-lib - -# Definition specific tests -check "version" jupyter --version - -# Report result -reportResults \ No newline at end of file -- cgit v1.2.3