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 e39ccb9 commit 5200bbdCopy full SHA for 5200bbd
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