Is there a way to get IPython sessions with syntax highlighting integrated into a latex document using, for example, the minted package (https://github.com/gpoore/minted)?
I have seen many ways of converting a notebook using nbconvert to a tex file. However I don't want to write the whole document within the notebook environment. I would however like to incorporate IPython examples into my thesis.
Something like:
\begin{minted}{ipython ....}
IN[1]: import pandas as pd
...
\end{minted}
This is what I have done to simply inject the IPython Console Writer into Pygments.
https://github.com/sanguineturtle/pygments-ipython-console
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With