Skip to content
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

Plotly-resampler needs ipywidget installed as a non-optional dependency #109

Closed
jonasvdd opened this issue Jul 29, 2022 · 0 comments
Closed
Labels
enhancement New feature or request

Comments

@jonasvdd
Copy link
Member

This is okay for most use-cases; but when you just wan to create a dash-app with plotly-resampler you might find it cumbersome to install ipywidgets (with all its dependencies).

I think this can be resolved with some try-expect imports.

e.g., one of the main issues is the BaseFigureWidget check -> so if we replace this with a try-except; this would be resolved.

@jonasvdd jonasvdd added the enhancement New feature or request label Jul 29, 2022
jonasvdd added a commit that referenced this issue Jul 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant