diff --git a/notebook/static/notebook/js/mathjaxutils.js b/notebook/static/notebook/js/mathjaxutils.js new file mode 100644 index 0000000000..a8257009aa --- /dev/null +++ b/notebook/static/notebook/js/mathjaxutils.js @@ -0,0 +1,8 @@ + +define([ + 'base/js/mathjaxutils' +], function(mathjaxutils) { + "use strict" + + return mathjaxutils; +});