Skip to content

Commit a26a914

Browse files
added juypterlab to the container
1 parent 43f83a5 commit a26a914

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@
8585
],
8686
"todo-tree.regex.regex": "(//|#|<!--|;|/\\*|^|^\\s*(-|\\d+.))\\s*($TAGS).*(\\n\\s*//\\s{2,}.*)*",
8787
"todo-tree.tree.autoRefresh": true,
88-
"window.restoreWindows": "none",
8988
"indentRainbow.ignoreErrorLanguages": [
9089
"markdown",
9190
"python",
@@ -96,6 +95,7 @@
9695
"extensions": [
9796
"ms-python.python",
9897
"ms-python.debugpy",
98+
"ms-toolsai.jupyter",
9999
"ms-python.autopep8",
100100
"ms-python.flake8",
101101
"oderwat.indent-rainbow",

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
rope
2-
flake8
2+
flake8
3+
jupyterlab

0 commit comments

Comments
 (0)