Skip to content

Commit

Permalink
maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
korikuzma committed Nov 5, 2024
1 parent 428c7f6 commit 96fd665
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,12 +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]'"
"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 96fd665

Please sign in to comment.