-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider vdom to create a neat jupyter frontend for weldx files. #5
Comments
that would be very neat, no idea how complex this is |
It seems vdom is not bidirectional. It only support creating objects in the clients DOM tree, but there is no way to communicate with them. So this approach is not suitable. |
it might be worth looking into that for a custom weldx header representer maybe we take a look in to how xarray does theirs |
In XArray they render the output as HTML with a custom CSS attached. This only works, if the notebook is trusted and makes it mandatory to ship additional files within the Python package. Eventually it would be possible to re-use some of their code/design for having a nice interface (combined header and data display). I'm currently unsure, if one could encapsulate CSS declarations in the body section, but I'd doubt it. |
thank you for the insight! |
See discussion jupyterlab/jupyterlab#3200
The text was updated successfully, but these errors were encountered: