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.
2 parents 57db709 + e67c331 commit 663b5beCopy full SHA for 663b5be
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