Skip to content

Commit 42429f1

Browse files
authored
Update README.md
1 parent 88f482e commit 42429f1

File tree

1 file changed

+34
-1
lines changed

1 file changed

+34
-1
lines changed

β€ŽREADME.md

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,35 @@
1-
# templates-jupyter-datascience-notebooks
1+
# Jupyter datascience Dev Container template
2+
23
πŸš€ Get started with a Jupyter datascience template
4+
5+
<p align=center>
6+
<img src="">
7+
</p>
8+
9+
## Usage
10+
11+
### Choosing a base image
12+
13+
You can choose from many base images to tailor the container to your project's needs.
14+
If you don't know what this means, that's OK! Just choose the `datascience-notebook` option.
15+
It has many packages for data science from the Julia, Python, and R communities. πŸš€
16+
17+
πŸ“š You can learn more about what each of these base images is and what features each of them
18+
in [the Jupyter Docker Stacks reference page].
19+
20+
### Default command
21+
22+
The default command of the base image is set to start the Jupyter server.
23+
If you do not use the Jupyter server, comment out `"overrideCommand": false` of the devcontainer.json.
24+
25+
## Credits
26+
27+
This template was originally created by [@nathancarter]
28+
and other contributors in the [microsoft/vscode-dev-containers] repository.
29+
It has since landed here. 🌠
30+
31+
<!-- prettier-ignore-start -->
32+
[@nathancarter]: https://github.com/nathancarter
33+
[the Jupyter Docker Stacks reference page]: https://jupyter-docker-stacks.readthedocs.io/en/latest/using/selecting.html
34+
[microsoft/vscode-dev-containers]: https://github.com/microsoft/vscode-dev-containers
35+
<!-- prettier-ignore-end -->

0 commit comments

Comments
Β (0)