Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.08 KB

README.md

File metadata and controls

30 lines (18 loc) · 1.08 KB

jupyprint

Downloads

A simple python package to print markdown and LaTeX equations from code cells in Jupyter notebooks.

jupyprint let's you print your variables as markdown/LaTeX.

You can print LaTeX strings involving 'live' variables (e.g. the variables you are using in your jupyter code cells).

You can print numpy arrays as LaTeX matrices and you can print nice-looking pandas dataframes.

To install use: pip install jupyprint

See https://github.com/pxr687/jupyprint/blob/main/jupyprint_demo.ipynb for a demo. Here are some screenshots from the demo (there are no markdown cells in the demo notebook, all the markdown/LaTeX is printed from the code cells):