A collection of Dev Container Features managed by Dev Container spec maintainers. See https://github.com/devcontainers/feature-starter to publish your own
Find a file
JP Ungaretti e99bc62ea3
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
2022-06-08 11:19:31 -07:00
.github Merge JupyterLab feature into Python feature (#40) 2022-06-08 11:19:31 -07:00
.vscode Update launch.json 2022-05-12 20:49:10 -04:00
lib Pass options via environment variables (#39) 2022-06-03 10:46:25 -04:00
src Merge JupyterLab feature into Python feature (#40) 2022-06-08 11:19:31 -07:00
test Merge JupyterLab feature into Python feature (#40) 2022-06-08 11:19:31 -07:00
test-scenarios Merge JupyterLab feature into Python feature (#40) 2022-06-08 11:19:31 -07:00
v1 Merge JupyterLab feature into Python feature (#40) 2022-06-08 11:19:31 -07:00
.devcontainer.json Create .devcontainer.json 2022-06-02 19:22:42 -04:00
.gitignore add v2 action 2022-06-03 14:49:26 +00:00
devcontainers-cli-0.3.0.tgz devcontainer cli with v2 changes rebased onto scenario changes 2022-06-03 17:55:12 +00:00
README.md Repo Structure 2022-05-12 20:14:55 +00:00
settings.env sync with jammy updates (#21) 2022-05-25 12:53:54 -07:00

features

Repo Structure

.
├── lib
│   └── utils.sh
├── README.md
├── settings.env
├── src
│   ├── dotnet
│   │   ├── feature.json
│   │   └── install.sh
│   ├── go
│   │   ├── feature.json
│   │   └── install.sh
├── test
│   ├── dotnet
│   │   └── test.sh
│   └── go
│       └── test.sh