Skip to content

Commit f150e9f

Browse files
committed
Reintroduce package to run Jupyter notebooks
1 parent 451da9e commit f150e9f

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

conda-environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ channels:
77
dependencies:
88
- python=3.12.9
99
- _python_rc=1 # Needed on Mac since Python >= 3.12
10+
- ipykernel=7.2.0
1011
- matplotlib=3.10.8
1112
- numpy=2.2.5
1213
- pandas=2.2.3

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
# NOTE: Keep this file in sync with conda-environment.yml
55

66
# --- Core tools ---
7+
ipykernel==7.2.0
78
matplotlib==3.10.8
89
numpy==2.2.5
910
pandas==2.3.3

0 commit comments

Comments
 (0)