diff --git a/src/jupyter_nbextensions_configurator/static/nbextensions_configurator/render/render.js b/src/jupyter_nbextensions_configurator/static/nbextensions_configurator/render/render.js index 8a88c52..f3eaac7 100644 --- a/src/jupyter_nbextensions_configurator/static/nbextensions_configurator/render/render.js +++ b/src/jupyter_nbextensions_configurator/static/nbextensions_configurator/render/render.js @@ -4,7 +4,7 @@ define([ 'base/js/utils', 'base/js/page', 'base/js/security', - 'notebook/js/mathjaxutils', + 'base/js/mathjaxutils.js', 'components/marked/lib/marked', 'codemirror/lib/codemirror', // CodeMirror modules below don't export anything, just loading them does everything necessary