-
-
Notifications
You must be signed in to change notification settings - Fork 143
Added MathJax CDN to enable Latex #194
Changes from all commits
b353d86
0f1f0a5
bae5768
a97912a
a99b7fe
cfd7d44
c6c6ba2
2590b0c
958f825
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,6 +22,11 @@ | |
_this_module = _sys.modules[__name__] | ||
|
||
_js_dist = [ | ||
{ | ||
'external_url': 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.4/MathJax.js?config=TeX-MML-AM_CHTML', | ||
'relative_package_path': 'mathjax-2.7.4.js', | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I believe this should be We should also rename the file There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Or vice-versa, everything could be labeled There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Uh my bad. I'll change it in MANIFEST.in |
||
'namespace': 'dash_core_components' | ||
}, | ||
{ | ||
'external_url': 'https://cdn.plot.ly/plotly-1.35.2.min.js', | ||
'relative_package_path': 'plotly-1.35.2.min.js', | ||
|