Skip to content

Commit

Permalink
add jupyter extention to devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Pecinovsky committed Dec 6, 2024
1 parent 47700ba commit fc1874b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"visualstudioexptteam.vscodeintellicode",
"esbenp.prettier-vscode",
"GitHub.vscode-pull-request-github",
"mhutchie.git-graph"
"mhutchie.git-graph",
"ms-toolsai.jupyter"
],
"settings": {
"python.pythonPath": "/usr/local/bin/python",
Expand Down

0 comments on commit fc1874b

Please sign in to comment.