Skip to content

Commit

Permalink
spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
korikuzma committed Nov 5, 2024
1 parent 68b2e6e commit d8130b4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "VRS-Python Notebooks",
"image": "mcr.microsoft.com/vscode/devcontainers/python:3.12",
"customizations": {
"vscode": {
"extensions": [
"ms-toolsai.jupyter"
]
}
},
"postCreateCommand": "pip install --upgrade setuptools && pip install -e '.[extras,notebooks]'"
}

0 comments on commit d8130b4

Please sign in to comment.