aboutsummaryrefslogtreecommitdiff
path: root/src/jupyterlab/install.sh
Commit message (Collapse)AuthorAgeFilesLines
* Merge JupyterLab feature into Python feature (#40)JP Ungaretti2022-06-081-71/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Pass options via environment variables (#39)Josh Spicer2022-06-031-7/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * up to docker-in-docker converted * first pass at the rest of the features (and bash linting and updated CLI * move shell linter to own file * rename feature.json -> devcontainer-feature.json * continue on error * continue on error in right spot * formatting * fix AZ_VERSION * update python * restore variable name * update linter actions, fix dind/dfd/desktop scripts, add test-scenaerios * add tree because I like tree * glob for shell linter * fix test-scenarios * shell linter * more shell helper
* update jupyter and ruby features (#26)jospicer/testing-multi-repo-authJosh Spicer2022-05-271-14/+10
| | | | | | | | | * jekyll and jupyter updates * add ruby to jekylls pr test * update jekyll and ruby test * remove features that dont follow my rules
* smart PR action (#23)Josh Spicer2022-05-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | * attempt at update action * Update test-pr.yaml * make a change to a source file * try out a few * easy case * filter * try a two-feature key * without jup * overthinking? * naming * changes * all * remove comments
* sync with jammy updates (#21)Josh Spicer2022-05-251-3/+4
| | | sync with jammy updates (https://github.com/microsoft/vscode-dev-containers/commit/053a0557211c98e5b9f0e8ccf755f6f143b05ef4) and other minor additions since copy over
* Jupyterlab: Update script and add pythonBinary as option (#12)Samruddhi Khandale2022-05-131-13/+37
| | | update sh + add arg
* restructure and update cli (#11)Josh Spicer2022-05-121-0/+51
* restructure and update cli * typo