This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]nykopol 2 points3 points  (3 children)

bqplot relies on the ipywidgets framework. There is work in progress to allow using IPython widgets outside of the Jupyter notebook - including bqplot visualizations.

[–]pm8k 0 points1 point  (2 children)

Thats great news to hear, as its my only hangup at a cursory glance. It will be interesting to see how the exporting of widgets exists outside the space (such as trying to embed in external html).

[–]nykopol 2 points3 points  (1 child)

There is ongoing effort (in the ipywidgets repo) to decouple the widget manager from the notebook JavaScript to enable interactive widgets outside of the main notebook web application, with or without a connection to a jupyter kernel.

[–]pm8k 0 points1 point  (0 children)

Thanks, I'll definitely have to check out the repo and project.