feat: expose Jupyter shell through web app

This commit is contained in:
lda
2026-08-30 19:19:49 +07:00 Verified
parent a77f146a72
commit 6315235e16
11 changed files with 220 additions and 9 deletions
+1
View File
@@ -23,6 +23,7 @@ dependencies = [
ipython-demo = "ipython_shell.app:main"
ipython-shell = "ipython_shell.app:main"
ipython-webapp = "ipython_webapp.app:main"
ipython-jupyter-webapp = "ipython_webapp.jupyter.app:main"
ipython-mcp = "ipython_mcp.app:main"
[build-system]