You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Came here to open this issue. Tried it on Firefox, Vivaldi, Safari, Mobile Firefox, tried hard reloading, always the same behavior.
On page load you get:
Uncaught ReferenceError: anchors is not defined
<anonymous> https://jupyter.org/widgets#pythreejs:117
EventListener.handleEvent* https://jupyter.org/widgets#pythreejs:116
widgets:117:7
The header and footer are functional, but the page contents that links to the different widgets like pythreejs are totally broken. The URL changes, but nothing else happens. No console errors when you click the widget links.
Apologies if this is known, but right now if you navigate here:
https://jupyter.org/widgets
You get a bunch of errors in the console and now widgets show up. From what I can gather, there seems to be a problem loading:
https://unpkg.com/@jupyter-widgets/html-manager@*/dist/embed-amd.js
This is problematic, since the page is referenced in other documentation, such as here:
https://ipywidgets.readthedocs.io/en/latest/embedding.html
The text was updated successfully, but these errors were encountered: