-
Notifications
You must be signed in to change notification settings - Fork 950
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
"Save notebook with widgets" doesn't seem to work #1085
Comments
Can you test again? Playing with Randy, I made this gist, which seems to render fine on nbviewer. If it works for you, we can close. |
By the way, the kind of output in that screenshot also appears in various places in the docs. Is that intended? |
The output widget used by |
By the way, @fperez when I look at the gist on nbviewer, the print statement in the second widget does not work. Instead there is the same "could not create model" message. Do you see something different? |
The reason is that output widgets generated by What you see is the placeholder widget when a widget type is unknown. |
Okay, thank you for the helpful explanations. I'll go ahead and close. |
It seems that the use of interact + static embedding is something people want. I will go ahead and make an output widget for the static embedder for 6.0.1. |
@SylvainCorlay That would be highly appreciated! |
No problem. We can most likely reuse a lot of what we did for jupyterlab there. |
I have set up a simple notebook with a widget (which works fine locally), clicked the "save with widgets" menu option, uploaded, and viewed on nbviewer. No widget appears in the notebook (although I can see the widget data in the .ipynb file, at the bottom). Here it is:
http://nbviewer.jupyter.org/gist/ketch/36daf198782102a30f318d38fa5ae13a
I am running ipywidgets 6.0.0.beta7 and widgetsnbextension 2.0.0.beta14. I've tried with both Chrome and Safari browsers.
The text was updated successfully, but these errors were encountered: