-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open new kernel communication from ipylab #49
Comments
Thanks @hbcarlos for opening this issue.
If there is already a JupyterLab extension, why not use the JupyterLab API in TypeScript directly? Or is the goal being able to use the existing Ideally we would be able to do everything from Python at some point, with something like: from ipylab import Kernel
kernel = new Kernel
# and then somehow create widgets for that kernel |
The idea is to use |
I also tried the same kind of thing. Do you think this is (or will be) possible with ipylab? |
@djangoliv linking to jupyterlab/jupyterlab#9687 which was experimented with in JupyterLab directly, and could be related. |
Trying to use ipylab without a notebook.
We have an extension for JupyterLab that creates a new kernel connection and executes the following code in the kernel:
The issue is that with the response we get the exception "Exception opening new comm" that comes from
_handelCommOpen()
when calls toloadObject
.@jtpio
@wolfv
The text was updated successfully, but these errors were encountered: