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

Jupyter widgets 7.0 update #717

Closed
jasongrout opened this issue Sep 5, 2017 · 2 comments · Fixed by #738
Closed

Jupyter widgets 7.0 update #717

jasongrout opened this issue Sep 5, 2017 · 2 comments · Fixed by #738

Comments

@jasongrout
Copy link
Member

<script src="https://unpkg.com/[email protected].*/dist/embed.js"></script>
is very specific to Jupyter widgets 6.x. It should be updated to support both widgets 6.x and 7.x (which would require checking the metadata and determining which version, and then either using that embed url or using the new embed URL (see http://ipywidgets.readthedocs.io/en/stable/migration_guides.html?highlight=migrate#updating-embedded-widgets)

@labarba
Copy link

labarba commented Oct 23, 2017

I would love to see this fix! It will make my new lesson shine on nbviewer:
http://go.gwu.edu/engcomp2lesson4

Commenting here to get a notification with updates!

@cornhundred
Copy link

You can still get widgets to display on nbviewer if you save them using ipywidgets/jupyter-widgets version 6.0, see example

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants