-
Notifications
You must be signed in to change notification settings - Fork 947
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
Interactive widgets on nbviewer #318
Comments
On the subject of on storing widget state with the notebook file, here is the "Widget History" demo I was showing at SciPy. It relies on historydict a dictionary that remembers the history of all its keys, backed by a sqlite file. |
Sylvain, |
This was fixed in ipywigets 6.0 |
Hi everyone! |
You need to save the widget notebook state to embed that state in the notebook: http://ipywidgets.readthedocs.io/en/latest/embedding.html#save-notebook-widget-state |
With all the work that is being done on the embedding of interactive widgets in other web applications than the notebook, the elephant in the room in my opinion is nbviewer.
To render "static" widgets on nbviewer, in addition to serving the javascript of
jupyter-js-widgets
, we will need to define the best way to store the widget state in or with the notebook file.I think that it is a good time to start the discussion on how we can get there from a practical viewpoint.
The text was updated successfully, but these errors were encountered: