Closed rafaelha closed 3 months ago
Jupyterlab uses a completely different widget system, where you have to make a separate package of that widget and install it. I didn't look into the details, but it looked really complicated and would possibly require a lot of rewriting. Seeing as the current version already required a lot of hacking to get the python backend and the javascript front-end to talk to each, I have no plans to do so, also considering that a much better editor now exists in the form of ZXLive, which can also be run from a Jupyter notebook and interfaces with PyZX.
The ZX diagram editor only works with older version of jupyter notebook and ipywidgets. From the docs:
Can newer version be supported? What is required to get the editor to work?