jupyter-advanced-latex


Namejupyter-advanced-latex JSON
Version 0.1.1 PyPI version JSON
download
home_pageNone
SummaryIPython magic commands for advanced LaTeX rendering via plasTeX, providing support for displaying tables and figures as HTML.
upload_time2025-09-03 13:20:15
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseApache 2.0
keywords ipython jupyter latex magics plastex
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Advanced LaTeX Rendering for Jupyter Notebooks

**jupyter-advanced-latex** provides new IPython magic commands for high-quality LaTeX rendering in Jupyter, powered by [plasTeX](https://github.com/plastex/plastex). It enables publication-ready tables, figures, and math directly as HTML within your notebook.

## Installation

```bash
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:

```python
import jupyter_advanced_latex
```

### Render a LaTeX file

```python
%texfile document.tex
```

### Render LaTeX code inline

```python
%%plasTeX
\documentclass{article}
\begin{document}
Hello, \LaTeX!
\end{document}
```

## License

This project is licensed under the [Apache 2.0 License](LICENSE).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "jupyter-advanced-latex",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "ipython, jupyter, latex, magics, plastex",
    "author": null,
    "author_email": "Javier Boncompte <jiboncom@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/bd/6c/28bfb972ad266f5979cff4d65b2bb52133f26a5cad14ba08e196cb7e8f35/jupyter_advanced_latex-0.1.1.tar.gz",
    "platform": null,
    "description": "# Advanced LaTeX Rendering for Jupyter Notebooks\n\n**jupyter-advanced-latex** provides new IPython magic commands for high-quality LaTeX rendering in Jupyter, powered by [plasTeX](https://github.com/plastex/plastex). It enables publication-ready tables, figures, and math directly as HTML within your notebook.\n\n## Installation\n\n```bash\npip install jupyter-advanced-latex\n```\n\n## Demo\n\n<https://github.com/jiboncom/jupyter-advanced-latex/blob/demo/usage.ipynb>\n\n## Usage\n\nImport the package once to register the magic commands:\n\n```python\nimport jupyter_advanced_latex\n```\n\n### Render a LaTeX file\n\n```python\n%texfile document.tex\n```\n\n### Render LaTeX code inline\n\n```python\n%%plasTeX\n\\documentclass{article}\n\\begin{document}\nHello, \\LaTeX!\n\\end{document}\n```\n\n## License\n\nThis project is licensed under the [Apache 2.0 License](LICENSE).\n",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": "IPython magic commands for advanced LaTeX rendering via plasTeX, providing support for displaying tables and figures as HTML.",
    "version": "0.1.1",
    "project_urls": {
        "Homepage": "https://github.com/jiboncom/jupyter-advanced-latex",
        "Issues": "https://github.com/jiboncom/jupyter-advanced-latex/issues"
    },
    "split_keywords": [
        "ipython",
        " jupyter",
        " latex",
        " magics",
        " plastex"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d1559dd43d2bd6c2a241ac26ed4985785c01488dcf4352d2066ae4b7ea064ed8",
                "md5": "9a3e8a23c4fe98237f0c68f3ddbef329",
                "sha256": "1f73d528d6cc3b8c19fd91e89c21141a29dd9e8d2b5d00326cdb44367f02be0b"
            },
            "downloads": -1,
            "filename": "jupyter_advanced_latex-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9a3e8a23c4fe98237f0c68f3ddbef329",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 51419,
            "upload_time": "2025-09-03T13:20:13",
            "upload_time_iso_8601": "2025-09-03T13:20:13.825696Z",
            "url": "https://files.pythonhosted.org/packages/d1/55/9dd43d2bd6c2a241ac26ed4985785c01488dcf4352d2066ae4b7ea064ed8/jupyter_advanced_latex-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bd6c28bfb972ad266f5979cff4d65b2bb52133f26a5cad14ba08e196cb7e8f35",
                "md5": "520a169c5dcde072225d2d598a00428c",
                "sha256": "67bffcfe587f1ced97341720e59fa335be65ada38f84bc980bdad9972daeca49"
            },
            "downloads": -1,
            "filename": "jupyter_advanced_latex-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "520a169c5dcde072225d2d598a00428c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 45990,
            "upload_time": "2025-09-03T13:20:15",
            "upload_time_iso_8601": "2025-09-03T13:20:15.156265Z",
            "url": "https://files.pythonhosted.org/packages/bd/6c/28bfb972ad266f5979cff4d65b2bb52133f26a5cad14ba08e196cb7e8f35/jupyter_advanced_latex-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-03 13:20:15",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jiboncom",
    "github_project": "jupyter-advanced-latex",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "jupyter-advanced-latex"
}
        
Elapsed time: 1.48696s