Skip to content

Commit 7fde0fc

Browse files
committed
Add notebook package and ruff extension.
1 parent 3476edb commit 7fde0fc

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
"image": "mcr.microsoft.com/devcontainers/python:0-3.11-bullseye",
44
"customizations": {
55
"vscode": {
6-
"extensions": ["ms-toolsai.jupyter"]
6+
"extensions": [
7+
"ms-toolsai.jupyter",
8+
"charliermarsh.ruff"
9+
]
710
}
811
},
912
"runArgs": ["--name", "carmapy"],

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ ipykernel==6.28.0
55
jupysql==0.10.7
66
nbconvert==7.13.1
77
nbformat==5.9.2
8+
notebook==7.0.6
89
pandas==2.1.4
910
pandas-datareader==0.10.0
1011
plotly==5.18.0

0 commit comments

Comments
 (0)