Skip to content

Commit

Permalink
- set the default Python interpreter after opening things to the Cond…
Browse files Browse the repository at this point in the history
…a one
  • Loading branch information
amkrajewski committed Jan 29, 2024
1 parent 45f7bad commit 7bbf766
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,18 @@
"customizations": {
"codespaces": {
"openFiles": [
"examples/quickstart.ipynb",
"README.md"
"examples/quickstart.ipynb"
]
},
"vscode": {
"extensions": [
"nimsaem.nimvscode",
"ms-python.python",
"ms-toolsai.jupyter"
]
],
"settings": {
"python.defaultInterpreterPath": "/opt/conda/bin/python"
}
}
},
"hostRequirements": {
Expand Down

0 comments on commit 7bbf766

Please sign in to comment.