jupyter-xeus / xeus-javascript

A JavaScript kernel for JupyterLite, powered by Xeus
https://jupyter-xeus.github.io/xeus-javascript/lab/index.html?path=xeus-javascript.ipynb
BSD 3-Clause "New" or "Revised" License
10 stars 5 forks source link

To control Jupyterlite in Javascript #24

Open MRYingLEE opened 8 months ago

MRYingLEE commented 8 months ago

There is a way to Control JupyterLab from Python notebooks, https://github.com/jtpio/ipylab.

I am wondering whether it can be done with Xeus-JavaScript. Full functions are not needed.

Maybe some variables, functions and modules can be exposed to do so.

Thanks,

jtpio commented 8 months ago

Thanks @MRYingLEE.

ipylab uses widgets so support for Jupyter Widgets would be a first step. Then the frontend part of ipylab could likely be reused.

jtpio commented 8 months ago

There is https://github.com/jupyter-xeus/xeus-javascript/issues/17 talking about support Jupyter Widget. Not sure why it's closed because this is something that would be nice to support in this kernel.