diff --git a/notebook/static/notebook/js/mathjaxutils.js b/notebook/static/notebook/js/mathjaxutils.js index e98158fab..7848da810 100644 --- a/notebook/static/notebook/js/mathjaxutils.js +++ b/notebook/static/notebook/js/mathjaxutils.js @@ -28,7 +28,10 @@ define([ webFont: "STIX-Web", styles: {'.MathJax_Display': {"margin": 0}}, linebreaks: { automatic: true } - } + }, + MathMenu: { + showRenderer: false, + }, }); MathJax.Hub.Configured(); } else if (window.mathjax_url !== "") {