You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
which should be more sensible, comparing to the metakernel echo example.
when playing around with matplotlib, I got errors saying that there are no comm and interactive shell instances - but then I am not sure if there should be.
Any ideas on what is happening here?
I think that I have adapted the necessary lines from the examples to my kernel.
Do you have recommendations on how to debug these errors?
The text was updated successfully, but these errors were encountered:
Hi,
I have recently ported my own Python-based Jupyter kernel to derive from metakernel instead of ipykernel.
Since then, I had the following issues:
which is possibly resolved by using the
--NotebookApp.token=''
flagwhich should be more sensible, comparing to the metakernel echo example.
comm
and interactive shell instances - but then I am not sure if there should be.Any ideas on what is happening here?
I think that I have adapted the necessary lines from the examples to my kernel.
Do you have recommendations on how to debug these errors?
The text was updated successfully, but these errors were encountered: