Skip to content

Commit 87a5893

Browse files
authored
deps: add Jupyter VSCode extension to devcontainer (#17)
1 parent 7a32dad commit 87a5893

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@
4141
"ms-python.flake8",
4242
"ms-python.vscode-pylance",
4343
"ms-python.pylint",
44-
"ms-python.isort"
44+
"ms-python.isort",
45+
"ms-toolsai.jupyter"
4546
],
4647
"settings": {
4748
"r.rterm.option": [

0 commit comments

Comments
 (0)