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
If I try and convert a test notebook to slides using jupyter nbconvert --to slides test.ipynb --post serve
if the notebook contains a call to plotly.init_notebook_mode() then the resulting slides are just a blank page and I get the following javascript error: TypeError: require is not a function
from where the require function is called at the bottom of the test.slides.html file that nbconvert produces.
the issue seems to be as a result of the javascript: require=requirejs=define=undefined;
in init_notebook_mode()