Skip to content

Commit 055724f

Browse files
committed
dev: add jupyter extension to devcontainer
1 parent fc2e4aa commit 055724f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.devcontainer.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,13 @@
1313
"label": "Jupyter"
1414
}
1515
},
16+
"vscode": {
17+
"extensions": [
18+
"ms-toolsai.jupyter",
19+
"ms-python.python"
20+
]
21+
},
1622
"onCreateCommand": {
1723
"prep-python": "python3 -m pip install --upgrade setuptools jupyterlab ipython jupyterlab-quarto -e '.[dev]'"
1824
}
19-
}
25+
}

0 commit comments

Comments
 (0)