Skip to content

Commit 0616014

Browse files
authored
Add devcontainer
1 parent 359a889 commit 0616014

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: .devcontainer/devcontainer.json

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"name": "Intro to Data Science",
3+
"image": "mcr.microsoft.com/devcontainers/python:3.11",
4+
"postCreateCommand": "python -m pip install --user -r requirements.txt"
5+
}

0 commit comments

Comments
 (0)