Class OutputModel not found in module jupyter-js-widgets #1183
Labels
resolved-locked
Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion.
Milestone
I'm actually do not understand how brand new "rendering widgets in nbviewer" is expected to work, but I found, how it is not working.
I created a simple demo plotting a graph with
matplotlib.pyplot
and two sliders. It works in Jupyter but does not work in nbviewer.The code is the following:
Then I selected Widgets → Save Notebook with Widgets menu item, then uploaded ipynb-file to the server, then opened with nbviewer, see the link.
The actual sliders are rendered, but the output is not and I have the following error message instead of rendered content:
Actually, I didn't expect that my pictures will be shown correctly as they are dynamically created (depending on the positions of the sliders) on python side and nbviewer does not execute Python code. (The behaviour I theoretically might expect is that Jupyter tries to generate all possible combinations of pictures and instruct nbviewer to show the correct one depending on sliders, but it is obviously very time and space-consuming thing, especially if several widgets presented.) Anyway, currently the error message seem to be unclear for me. Is it a bug? A feature?
The text was updated successfully, but these errors were encountered: