Anywidget for JavaScript kernel #480
Replies: 5 comments
-
Want to have a look at what we've done for the Deno kernel? It's another JS/TS Jupyter kernel that we've already implemented adapters for. I bet there is a lot that can be reused if you'd like to try creating such an integration for the kernel you've shared.
|
Beta Was this translation helpful? Give feedback.
-
The main issue for non Python kernels (and connecting with the anywidget front end) is that anywidget's JS code must be installed also in the kernel. This happens automatically when you |
Beta Was this translation helpful? Give feedback.
-
It is great that AnyWidget can run on Deno now. I read all contents on https://anywidget.dev/, but I didn't expect you had worked on JavaScript kernel already. It is worth mentioning in the Readme.md. Thanks. |
Beta Was this translation helpful? Give feedback.
-
Good point! I just haven't advertised widely as it is very experimental. I'll get on adding it to the readme. |
Beta Was this translation helpful? Give feedback.
-
FYI. xeus-javascript is working to support Anywidget (jupyter-xeus/xeus-javascript#17). |
Beta Was this translation helpful? Give feedback.
-
Now there is a JavaScript kernel for Jupyterlite, https://github.com/jupyter-xeus/xeus-javascript.
For Anywidget is developed in TypeScript, maybe it is easy to be adapted to run in the JavaScript kernel in an even simpler way.
Of course, there should be some backend work. If no one works on it. I will do it.
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions