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
Certain libs (e.g., matplotlib nbagg) look for the IPython.notebook ref globally instead of requiring the base namespace AMD module. To workaround, we've set window.IPython.notebook = thebe.notebook; after initialization. Can this be done automatically?
The text was updated successfully, but these errors were encountered:
Certain libs (e.g., matplotlib nbagg) look for the
IPython.notebook
ref globally instead of requiring the base namespace AMD module. To workaround, we've setwindow.IPython.notebook = thebe.notebook;
after initialization. Can this be done automatically?The text was updated successfully, but these errors were encountered: