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 -1
View File
@@ -1,7 +1,7 @@
import asyncio
import unittest
from ipython_shell.transport import InputRequest, JupyterTransport, KernelMessage
from ipython_shell.jupyter.transport import InputRequest, JupyterTransport, KernelMessage
class TransportTests(unittest.TestCase):