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

Fix interactive explore widget #6

Closed
zblz opened this issue Aug 15, 2017 · 1 comment
Closed

Fix interactive explore widget #6

zblz opened this issue Aug 15, 2017 · 1 comment
Labels

Comments

@zblz
Copy link
Member

zblz commented Aug 15, 2017

Since the release of ipywidgets 6.0, injecting arbitrary javascript into an HTML widget is not allowed. This has broken lens.interactive_explore since it works by injecting the HTML output from an offline plotly plot generation into an HTML widget. We can consider fixing this by using plotly's GraphWidget, which adds complexity in the modifications of the plot, or completely bypassing plotly and rendering the plots with maptlotlib as proposed in #8.

@zblz
Copy link
Member Author

zblz commented Oct 27, 2017

Fixed by #17

@zblz zblz closed this as completed Oct 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant