-
Notifications
You must be signed in to change notification settings - Fork 207
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
xeus-kernels fail #80
xeus-kernels fail #80
Comments
@jtpio when I install all extensions locally (as in the requirements) I can reproduce the error locally...so...lets figure out which one is the bad one |
it sems that the xeus kernels atm dont work when ipywidgets is installed |
@DerThorsten the SQLite kernel seems to be working (when opening https://jupyterlite.github.io/demo/lab/index.html in a private window): But after a kernel restart.
You mean when the |
This issue is coming from xeus which complains about a non-existing comm target, and lamentably fails to show the error message. We fixed it very recently in https://github.com/jupyter-xeus/xeus/pull/327/files. Maybe we are not using that fix yet |
Just to give more context about this error, https://github.com/jupyter-xeus/xeus/pull/327/files#diff-af1c39110d53dd864ae63b152634851fb7b89dbb43a93584ecd368db8414e9c2L90 is trying to concatenate an |
I think the reason why you are not able to reproduce locally @DerThorsten is because you don't have the ipywidgets labextension in the page, so the front-end is not requesting the kernel for comm targets. |
This should fix it jupyterlite/xeus-sqlite-kernel#11 |
all xeus kernels fail with the same error as jupyterlite/xeus-sqlite-kernel#10.
Interestingly I can locally install all of them via pip and they work without that issue
The text was updated successfully, but these errors were encountered: