Skip to content

Commit 3d493f3

Browse files
committed
add jupyter
1 parent 320eefc commit 3d493f3

3 files changed

Lines changed: 726 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@ jobs:
2929
- name: Install the project
3030
run: uv sync --locked --all-extras --dev
3131

32+
- name: Install Python dependencies
33+
run: |
34+
uv add pyyaml
35+
uv add jupyter
36+
# Add any other Python packages your notebook needs
37+
# pip install pandas matplotlib seaborn etc.
38+
3239
- name: Activate Python virtual environment
3340
run: |
3441
source .venv/bin/activate

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ requires-python = ">=3.13"
1717
dependencies = [
1818
"great-tables>=0.18.0",
1919
"ipykernel>=6.30.1",
20+
"jupyter>=1.1.1",
2021
"mizani>=0.14.2",
2122
"mpl-fontkit>=0.5.1",
2223
"nbclient>=0.10.2",

0 commit comments

Comments
 (0)