-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Thanks for working on this extension and sharing it!
Over on https://github.com/jupyterlite/ai we are currently exploring ways to enable frontend-driven AI features and were thinking it would be great if this extension could also be use there.
The idea would be to be able to reuse some of the plugins, such as the diff viewer and the wand cell toolbar icon, but using a different backend for the AI part (in browser or remote).
Currently it looks the jupyterlab-magic-wand
extension relies on a server extension, for example for generating the diff with nbdime
:
Since there is no server in the case of JupyterLite, maybe one approach could be to move features to separate plugins, so they could be swapped by other implementations if desired. For example one could use the diff
JavaScript library instead of nbdime
running on the server.