Open MRYingLEE opened 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.
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.
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,