Skip to content

Commit 05b9baf

Browse files
committed
⬆️ chore: add ipykernel for dev notebooks
Fixes #8
1 parent 0935da8 commit 05b9baf

File tree

3 files changed

+406
-3
lines changed

3 files changed

+406
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ cd langgraph-up-react
9090
```bash
9191
uv sync --dev
9292
```
93+
This installs everything needed for local development, including `ipykernel` so you can select this environment inside Jupyter notebooks.
9394

9495
4. Copy the example environment file and fill in essential keys:
9596
```bash
@@ -474,4 +475,4 @@ This project is built on the shoulders of amazing open-source projects and servi
474475

475476
View all version updates: [📋 GitHub Releases](https://github.com/webup/langgraph-up-react/releases)
476477

477-
Thank you to all contributors and the open-source community! 🙏
478+
Thank you to all contributors and the open-source community! 🙏

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies = [
2424

2525

2626
[project.optional-dependencies]
27-
dev = ["mypy>=1.11.1", "ruff>=0.6.1"]
27+
dev = ["ipykernel>=6.29.5", "mypy>=1.11.1", "ruff>=0.6.1"]
2828

2929
[build-system]
3030
requires = ["setuptools>=73.0.0", "wheel"]
@@ -82,4 +82,5 @@ dev = [
8282
"agentevals>=0.0.9",
8383
"langsmith[pytest]>=0.4.16",
8484
"pytest-xdist>=3.8.0",
85+
"ipykernel>=6.29.5",
8586
]

0 commit comments

Comments
 (0)