You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently only plotly-express packages the JS with the plugin, and registers the JS from python. Switch matplotlib, deephaven.ui over to do that as well.
We should be able to also try and register, and if the JS plugin is already registered then just warn instead of throwing.
Adds new utilities and packaging packages. These can be used for
cross-plugin functionality. The first versions have functions that make
it simpler to register js plugins.
Part of the work for #316 and #194
After this is merged I will upload the initial versions to pypi, then
use that for the follow-up PR to fix the issues themselves.
Fixes#194, fixes#316
Packages matplotlib and ui JS with wheel using new util packages. I also
took the opportunity to refactor those two a bit to match the plotly
express package by moving registration out of the `__init__.py` files.
Also refactored plotly express.
I've verified the installed wheels work properly with basic examples.
---------
Co-authored-by: Mike Bender <[email protected]>
Currently only plotly-express packages the JS with the plugin, and registers the JS from python. Switch matplotlib, deephaven.ui over to do that as well.
We should be able to also try and register, and if the JS plugin is already registered then just warn instead of throwing.
Related to #139
The text was updated successfully, but these errors were encountered: