mirror of
https://github.com/jupyter/notebook.git
synced 2024-11-27 03:20:27 +08:00
install MathJax safe config
MathJax safe mode is enabled, but a full (non-dev) install omits the Safe.js config file
This commit is contained in:
parent
e122f061d8
commit
659e1df77e
@ -150,6 +150,7 @@ def find_package_data():
|
||||
static_data.extend([
|
||||
mj('MathJax.js'),
|
||||
mj('config', 'TeX-AMS_HTML-full.js'),
|
||||
mj('config', 'Safe.js'),
|
||||
mj('jax', 'output', 'HTML-CSS', '*.js'),
|
||||
])
|
||||
for tree in [
|
||||
|
Loading…
Reference in New Issue
Block a user