aboutsummaryrefslogtreecommitdiff
path: root/src/jupyterlab/devcontainer-feature.json
diff options
context:
space:
mode:
authorJP Ungaretti <19893438+jungaretti@users.noreply.github.com>2022-06-08 21:19:31 +0300
committerGitHub <noreply@github.com>2022-06-08 21:19:31 +0300
commite99bc62ea3ab412708688ddd8ceada0eb8374eaf (patch)
treeb18123364aaf925c21fdd04e5a981763670e581b /src/jupyterlab/devcontainer-feature.json
parentb947d0ed35752f432cb87641bd4e10e62cda3ac6 (diff)
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
Diffstat (limited to 'src/jupyterlab/devcontainer-feature.json')
-rw-r--r--src/jupyterlab/devcontainer-feature.json33
1 files changed, 0 insertions, 33 deletions
diff --git a/src/jupyterlab/devcontainer-feature.json b/src/jupyterlab/devcontainer-feature.json
deleted file mode 100644
index 8546925..0000000
--- a/src/jupyterlab/devcontainer-feature.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "id": "jupyterlab",
- "name": "Jupyter Lab",
- "options": {
- "version": {
- "type": "string",
- "proposals": [
- "latest",
- "3.6.2"
- ],
- "default": "latest",
- "description": "Select or enter a jupyterlab version."
- },
- "python_binary": {
- "type": "string",
- "proposals": [
- "python",
- "/usr/local/python/bin/python"
- ],
- "default": "python",
- "description": "Select or enter the python binary path."
- }
- },
- "extensions": [
- "ms-python.python",
- "ms-python.vscode-pylance",
- "ms-toolsai.jupyter"
- ],
- "install": {
- "app": "",
- "file": "install.sh"
- }
-} \ No newline at end of file