-
Notifications
You must be signed in to change notification settings - Fork 12
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
Sending messages #11
Comments
I like the idea, but this could probably be a separate extension then? Or would there be some significant overlap with the current codebase? |
If it's in a different extension then is it reasonable to assume users would also expect being able to inspect the messages being sent (which is already handled by the kernel spy). Maybe as a different plugin otherwise? |
Ah, yeah I guess there is the dist concerns while waiting for a way for jupyterlab extensions to require other extensions (there is a jupyterlab issue about that, but I cannot find it atm).
I think that would make sense. Possibly the plugins could be split into a file each as well. |
Yes, the related JupyterLab issues are jupyterlab/jupyterlab#7064 and jupyterlab/jupyterlab#4245. |
It would be great to be able to send custom messages to the kernel.
We could imagine having a new panel with a few options:
shell
,control
...)request_execute
,debug_request
and so on)KernelSpyView
to inspect the messagesThe text was updated successfully, but these errors were encountered: