File tree Expand file tree Collapse file tree 1 file changed +34
-1
lines changed Expand file tree Collapse file tree 1 file changed +34
-1
lines changed Original file line number Diff line number Diff line change 1
- # templates-jupyter-datascience-notebooks
1
+ # Jupyter datascience Dev Container template
2
+
2
3
π 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 -->
You canβt perform that action at this time.
0 commit comments