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
Currently, I am using Jupyter Notebook 6.1.6 with nbextensions. While opening the notebook page, I face the following issues complaining that the mathjaxutils is not found.
After some investigations, it is found that the Jupyter Notebook developers has moved the mathjaxutils.js file from static/notebook/js/mathjaxutils to static/base/js/mathjaxutils.js from this commit.
Due to this change, the configurator also need to change the from the old path notebook/js/mathjaxutils to base/js/mathjaxutils.js to load the dependency correctly:
cuteday, shinanxu, isaacjeffersonlee, wal83457, Ubisoft-potato and 7 more