This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
Module for IPython to display code with TeX representation. | |
This makes for example the following workflow possible: | |
.. sourcecode:: ipython | |
In [1]: %load_ext py2tex | |
In [2]: from math import * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
Module for IPython to display code with TeX representation. | |
This makes for example the following workflow possible: | |
.. sourcecode:: ipython | |
In [1]: %load_ext py2tex | |
In [2]: from math import * |