Closed NickolausDS closed 2 years ago
The current components in this app are built programmatically. A much cleaner way to do this would be moving to react to build the UI components. Jupyterlab has support for this here: https://jupyterlab.readthedocs.io/en/stable/extension/virtualdom.html
Note: I don't think react was an option at the time this app was created.
React has been added, thanks Steve!
The current components in this app are built programmatically. A much cleaner way to do this would be moving to react to build the UI components. Jupyterlab has support for this here: https://jupyterlab.readthedocs.io/en/stable/extension/virtualdom.html
Note: I don't think react was an option at the time this app was created.