We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57db709 commit e67c331Copy full SHA for e67c331
notebook/static/notebook/js/mathjaxutils.js
@@ -0,0 +1,8 @@
1
+
2
+define([
3
+ 'base/js/mathjaxutils'
4
+], function(mathjaxutils) {
5
+ "use strict"
6
7
+ return mathjaxutils;
8
+});
0 commit comments