#LaTeX in IPython Notebook
With this extension you can use LaTeX-style references within IPython (Notebook) while still using markdown for formatting.
Required:
- ipython-dev
- biblio-py
- markdown
""" | |
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 * |
#LaTeX in IPython Notebook
With this extension you can use LaTeX-style references within IPython (Notebook) while still using markdown for formatting.
Required:
""" | |
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 * |
A simple example of Violin/Box plots in d3js view at . Depending on resolution and type of interpolation you can obtain various effects.
GNU GENERAL PUBLIC LICENSE | |
Version 3, 29 June 2007 | |
Copyright (C) 2007 Free Software Foundation, Inc. {http://fsf.org/} | |
Everyone is permitted to copy and distribute verbatim copies | |
of this license document, but changing it is not allowed. | |
Preamble | |
The GNU General Public License is a free, copyleft license for |