feat: expose Jupyter shell through web app
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
from .app import JupyterApp
|
||||
from .shell import JupyterShell
|
||||
from .transport import InputRequest, JupyterTransport, KernelMessage
|
||||
|
||||
__all__ = [
|
||||
"InputRequest",
|
||||
"JupyterApp",
|
||||
"JupyterShell",
|
||||
"JupyterTransport",
|
||||
"KernelMessage",
|
||||
]
|
||||
Reference in New Issue
Block a user