IPython magic commands for advanced LaTeX rendering via plasTeX, providing support for displaying tables and figures as HTML.
Project description
Advanced LaTeX Rendering for Jupyter Notebooks
jupyter-advanced-latex provides new IPython magic commands for high-quality LaTeX rendering in Jupyter, powered by plasTeX. It enables publication-ready tables, figures, and math directly as HTML within your notebook.
Installation
pip install jupyter-advanced-latex
Demo
https://github.com/jiboncom/jupyter-advanced-latex/blob/demo/usage.ipynb
Usage
Import the package once to register the magic commands:
import jupyter_advanced_latex
Render a LaTeX file
%texfile document.tex
Render LaTeX code inline
%%plasTeX
\documentclass{article}
\begin{document}
Hello, \LaTeX!
\end{document}
License
This project is licensed under the Apache 2.0 License.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file jupyter_advanced_latex-0.1.0.tar.gz.
File metadata
- Download URL: jupyter_advanced_latex-0.1.0.tar.gz
- Upload date:
- Size: 45.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a5b0e014f4c96e46aced12b562d9d12fe40aea2a47014d8a4deaea4ee333b044
|
|
| MD5 |
058f68b1756f0693286a7f3bf76a38d3
|
|
| BLAKE2b-256 |
76e2dd7a09f912cfc737bce1299bf774aad2e4df1018a97aa4a8a51e4d5b7ed1
|
File details
Details for the file jupyter_advanced_latex-0.1.0-py3-none-any.whl.
File metadata
- Download URL: jupyter_advanced_latex-0.1.0-py3-none-any.whl
- Upload date:
- Size: 51.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a9e64a6e861ddef105d126a030e9859a431e69e7272bebb412a37b8032298b5b
|
|
| MD5 |
81977ceb2539f02c784362d494420adf
|
|
| BLAKE2b-256 |
9b848720afd42699959fc4367eaf74b3ee3232ccbc3c70b62a7882995c65b59a
|