Uploaded Test files
This commit is contained in:
parent
f584ad9d97
commit
2e81cb7d99
16627 changed files with 2065359 additions and 102444 deletions
13
venv/Lib/site-packages/IPython/external/mathjax.py
vendored
Normal file
13
venv/Lib/site-packages/IPython/external/mathjax.py
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
#!/usr/bin/python
|
||||
"""
|
||||
`IPython.external.mathjax` is deprecated with IPython 4.0+
|
||||
|
||||
mathjax is now install by default with the notebook package
|
||||
|
||||
"""
|
||||
|
||||
import sys
|
||||
|
||||
if __name__ == '__main__' :
|
||||
sys.exit("IPython.external.mathjax is deprecated, Mathjax is now installed by default with the notebook package")
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue