File tree Expand file tree Collapse file tree 3 files changed +406
-3
lines changed
Expand file tree Collapse file tree 3 files changed +406
-3
lines changed Original file line number Diff line number Diff line change @@ -90,6 +90,7 @@ cd langgraph-up-react
9090``` bash
9191uv sync --dev
9292```
93+ This installs everything needed for local development, including ` ipykernel ` so you can select this environment inside Jupyter notebooks.
9394
94954 . 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
475476View 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! 🙏
Original file line number Diff line number Diff 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 ]
3030requires = [" 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]
You can’t perform that action at this time.
0 commit comments