Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pxr687/jupyprint
A simple python package to print markdown and LaTeX equations from code cells in Jupyter notebooks.
https://github.com/pxr687/jupyprint
jupyter-notebook jupyter-notebooks latex markdown
Last synced: about 1 month ago
JSON representation
A simple python package to print markdown and LaTeX equations from code cells in Jupyter notebooks.
- Host: GitHub
- URL: https://github.com/pxr687/jupyprint
- Owner: pxr687
- License: mit
- Created: 2023-07-24T23:26:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-29T18:39:15.000Z (9 months ago)
- Last Synced: 2024-10-02T04:41:27.977Z (about 2 months ago)
- Topics: jupyter-notebook, jupyter-notebooks, latex, markdown
- Language: Python
- Homepage: https://pypi.org/project/jupyprint/
- Size: 403 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jupyprint
[![Downloads](https://static.pepy.tech/badge/jupyprint)](https://pepy.tech/project/jupyprint)
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):![](https://github.com/pxr687/jupyprint/raw/main/images/demo_1.png)
![](https://github.com/pxr687/jupyprint/raw/main/images/demo_2.png)
![](https://github.com/pxr687/jupyprint/raw/main/images/demo_3.png)
![](https://github.com/pxr687/jupyprint/raw/main/images/demo_4.png)
![](https://github.com/pxr687/jupyprint/raw/main/images/demo_5.png)