https://github.com/devcontainers-community/templates-jupyter-datascience-notebooks
🚀 Get started with a Jupyter datascience template
https://github.com/devcontainers-community/templates-jupyter-datascience-notebooks
datascience devcontainer-template devcontainers jupyter starter-kit templates
Last synced: about 1 year ago
JSON representation
🚀 Get started with a Jupyter datascience template
- Host: GitHub
- URL: https://github.com/devcontainers-community/templates-jupyter-datascience-notebooks
- Owner: devcontainers-community
- License: mit
- Created: 2023-08-16T03:25:58.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-28T18:36:17.000Z (over 2 years ago)
- Last Synced: 2025-04-10T11:12:30.474Z (about 1 year ago)
- Topics: datascience, devcontainer-template, devcontainers, jupyter, starter-kit, templates
- Language: Dockerfile
- Size: 13.7 KB
- Stars: 18
- Watchers: 4
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jupyter datascience Dev Container template
🚀 Get started with a Jupyter datascience template
## Usage


After creating a GitHub Codespace (or a devcontainer in VS Code), open the
Command Palette to find the Dev Containers: Add Dev Container Configuration
Files... command. After you run it, VS Code will guide you through the
creation of a `.devcontainer/devcontainer.json` file!
Make sure you click the Show All Definitions... option to see our
unofficial templates!
### Choosing a base image
You can choose from many base images to tailor the container to your project's needs.
If you don't know what this means, that's OK! Just choose the `datascience-notebook` option.
It has many packages for data science from the Julia, Python, and R communities. 🚀
📚 You can learn more about what each of these base images is and what features each of them
in [the Jupyter Docker Stacks reference page].
### Default command
The default command of the base image is set to start the Jupyter server.
If you do not use the Jupyter server, comment out `"overrideCommand": false` of the devcontainer.json.
## Credits
This template was originally created by [@nathancarter]
and other contributors in the [microsoft/vscode-dev-containers] repository.
It has since landed here. ðŸŒ
[@nathancarter]: https://github.com/nathancarter
[the Jupyter Docker Stacks reference page]: https://jupyter-docker-stacks.readthedocs.io/en/latest/using/selecting.html
[microsoft/vscode-dev-containers]: https://github.com/microsoft/vscode-dev-containers