Name | jupyterlab-latex JSON |
Version |
4.3.0
JSON |
| download |
home_page | None |
Summary | JupyterLab extension for running LaTeX |
upload_time | 2024-09-27 02:07:10 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.8 |
license | Copyright (c) 2017, Project Jupyter Contributors All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
keywords |
jupyter
jupyterlab
jupyterlab-extension
latex
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# JupyterLab LaTeX
[binder-badge]: https://mybinder.org/badge_logo.svg
[binder-latest]: https://mybinder.org/v2/gh/jupyterlab/jupyterlab-latex.git/master?urlpath=lab/tree/sample.tex
[ci-badge]: https://github.com/jupyterlab/jupyterlab-latex/actions/workflows/build.yml/badge.svg
[ci]: https://github.com/jupyterlab/jupyterlab-latex/actions/workflows/build.yml?query=branch/master
[npm-version-badge]: https://img.shields.io/npm/v/@jupyterlab/latex.svg
[npm-version]: https://www.npmjs.com/package/@jupyterlab/latex
[pypi-version-badge]: https://img.shields.io/pypi/v/jupyterlab-latex.svg
[pypi-version]: https://pypi.org/project/jupyterlab-latex
[pypi-downloads-badge]: https://img.shields.io/pypi/dm/jupyterlab-latex
[![binder-badge]][binder-latest] [![ci-badge]][ci] [![npm-version-badge]][npm-version] [![pypi-version-badge]][pypi-version] ![PyPI - Downloads](https://img.shields.io/pypi/dm/jupyterlab-latex) [![Version](https://img.shields.io/conda/vn/conda-forge/jupyterlab-latex.svg)](https://anaconda.org/conda-forge/jupyterlab-latex) ![Conda Downloads](https://img.shields.io/conda/d/conda-forge/jupyterlab-latex)
A JupyterLab extension for live-editing of LaTeX documents.
## Usage
### Compilation
To compile and preview a LaTeX document:
1. Open a `.tex` document within JupyterLab.
2. Use one of the following methods to compile and preview the document:
- Right-click on the document and select `Show LaTeX Preview` from the context menu.
- Click the `Preview` button in the toolbar at the top of the document.
![preview](images/show_preview.png)
Both methods will compile the `.tex` file and open the rendered PDF document. Subsequent saves of the file will automatically update the PDF. If the PDF fails to compile (possibly due to a syntax error), an error panel will open detailing the LaTeX error.
### Writing Tools
A toolbar menu at the top of the document provides shortcuts to common LaTeX editing tasks:
#### Text Formatting
- **Subscript**: Highlight the text you want to subscript and click the `Xᵧ` button. If no text is highlighted, an input dialog will appear for you to enter the subscript.
- **Superscript**: Highlight the text you want to superscript and click the `Xⁿ` button. If no text is highlighted, an input dialog will appear for you to enter the superscript.
- **Bold**: Highlight the text you want to format in bold and click the `B` button.
- **Italic**: Highlight the text you want to format in italics and click the `I` button.
- **Underline**: Highlight the text you want to underline and click the `U` button.
#### Text Layout
- **Left Align**: Highlight the text you want to align left and click the left alignment button.
- **Center Align**: Highlight the text you want to center align and click the center alignment button.
- **Right Align**: Highlight the text you want to align right and click the right alignment button.
#### Lists
- **Bullet List**: Click the bullet list button to insert a bullet list.
- **Numbered List**: Click the numbered list button to insert a numbered list.
#### Tables and Plots
- **Table Creation GUI**: Click the table button to open a dialog for creating a table with a specified number of rows and columns.
- **Add Plot**: Click the plot button to select a plot type and insert it into your document. Available plot types include:
- Simple function plot
- Plot from file
- Scatter plot
- Bar graphs
- Contour plot
- Parametric plot
### Error Handling
- **Error Log Filtering Options**: Enhanced error log filtering options to help you quickly identify and resolve issues.
### Main Menu Helpers
- **Constant Menu**: Quickly insert common mathematical constants.
- **Symbol Menu**: Easily insert various mathematical symbols.
For more advanced usage documentation, see [here](docs/advanced.md).
## Requirements
- JupyterLab >= 4.0
- older versions are supported in previous releases available on PyPI and npm, check [releases](https://github.com/jupyterlab/jupyterlab-latex/releases)
- Python >= 3.8
- An application that can compile `.tex` files to PDF (e.g., `pdflatex`, `xelatex`; use `pdflatex.exe` on Windows with MiKTeX). This application must be available as a command in the same environment as the notebook server.
- An application that can process `.bib` files for producing bibliographies. As with the LaTeX command, this must be available in the same environment as the notebook server.
## Installation
This extension includes both a notebook server extension (which interfaces with the LaTeX compiler)
and a lab extension (which provides the UI for the LaTeX preview).
The Python package named `jupyterlab-latex` provides both of them as a prebuilt extension.
To install the extension, run the following in your terminal:
- For `pip`
```bash
pip install jupyterlab-latex
```
- For `conda`
```bash
conda install conda-forge::jupyterlab-latex
```
### Check installation
To ensure that extension is properly installed, you could check server and lab extensions:
```bash
jupyter server extension list
```
and see the block like this in the output
```
jupyterlab_latex enabled
- Validating jupyterlab_latex...
Package jupyterlab_latex took 0.0010s to import
jupyterlab_latex 4.1.3 OK
```
then
```bash
jupyter labextension list
```
and see the block like this in the output
```
@jupyterlab/latex v4.1.3 enabled OK (python, jupyterlab-latex)
```
## Customization
The extension defaults to running the `xelatex` engine on the server.
This command may be customized (e.g., to use `pdflatex` instead) by customizing
your `jupyter_notebook_config.py` file:
```python
c.LatexConfig.latex_command = 'pdflatex'
```
The above configuration will compile a LaTeX document using the common predefined flags and options such as `-interaction` `-halt-on-error`, `-file-line-error`, `-synctex`. For more control over the command sequence, check the Manual Command Arguments configuration.
The extension defaults to running `bibtex` for generating a bibliography
if a `.bib` file is found. You can also configure the bibliography command
by setting
```python
c.LatexConfig.bib_command = '<custom_bib_command>'
```
_New in 4.2.0_: `BibTeX` compilation is skipped if the following conditions are present:
- `c.LatexConfig.disable_bibtex` is explicitly set to `True` in the `jupyter_notebook_config.py` file
- There are no .bib files found in the folder
To render references (`\ref{...}`), such as equation or chapter numbers, you would
need to compile in multiple passes by setting
```python
c.LatexConfig.run_times = 2
```
_New in 4.2.0_: Manual Compile Command
For more advanced customizations, a complete command sequence can be specified using the `manual_cmd_args` configuration in the `jupyter_notebook_config.py` file. This allows to define the exact command and use options the extension will finally execute:
```python
c.LatexConfig.manual_cmd_args = [
'lualatex', # Specify the LaTeX engine (e.g., lualatex, pdflatex)
'-interaction=nonstopmode', # Continue compilation without stopping for errors
'-halt-on-error', # Stop compilation at the first error
'-file-line-error', # Print file and line number for errors
'-shell-escape', # Enable shell escape
'-synctex=1', # Enable SyncTeX for editor synchronization
'{filename}.tex' # Placeholder for the input file name
]
```
The only supported placeholder in the manual compile command is `{filename}`. It will be replaced by the name of the LaTeX file during compilation.
Additional tags and options can also be added to edit configuration values.
_New in 4.2.0_: Tectonic Engine Support
The extension now also supports the Tectonic engine for compiling LaTeX files. To use Tectonic as the default LaTeX engine cutomize the `jupyter_notebook_config.py file`:
```python
c.LatexConfig.latex_command = 'tectonic'
```
The default command sequence for Tectonic generates the output file in `pdf` format and uses the available `SyncTeX` flag.
For [advanced control](https://tectonic-typesetting.github.io/book/latest/v2cli/compile.html) over [Tectonic](https://github.com/tectonic-typesetting/tectonic), specify options in the manual_cmd_args setting:
```python
c.LatexConfig.manual_cmd_args = [
'tectonic',
'--outfmt=pdf', # Output format as PDF
'--synctex=1', # Enable SyncTeX for editor synchronization
'--outdir', # The directory in which to place output files
'--keep-logs', # Keep the log files generated during processing
'{filename}.tex' # Input .tex file
]
```
### Security and customizing shell escapes
LaTeX files have the ability to run arbitrary code by triggering external
shell commands. This is a security risk, and so most LaTeX distributions
restrict the commands that you can run in the shell.
You can customize the behavior by setting the `LatexConfig.shell_escape` value.
It can take three values: `"restricted"` (default) to allow only commands
considered safe to be executed, `"allow"` to allow all commands, and `"disallow"`
to disallow all commands.
For example, to force your LaTeX distribution to run any command, use:
```python
c.LatexConfig.shell_escape = "allow"
```
## Contributing
If you would like to contribute to the project, please read our [contributor documentation](https://github.com/jupyterlab/jupyterlab/blob/master/CONTRIBUTING.md).
JupyterLab follows the official [Jupyter Code of Conduct](https://github.com/jupyter/governance/blob/master/conduct/code_of_conduct.md).
### Development install
Note: You will need NodeJS to build the extension package.
The `jlpm` command is JupyterLab's pinned version of
[yarn](https://yarnpkg.com/) that is installed with JupyterLab. You may use
`yarn` or `npm` in lieu of `jlpm` below.
To simplify the development setup, you can use the following Conda environment:
```
conda create -n jupyterlab-latex-env -c conda-forge python=3.10 jupyterlab=4.0.0 hatchling=1.17.0 nodejs=18
conda activate jupyterlab-latex-env
```
```bash
# Clone the repo to your local environment
git clone https://github.com/jupyterlab/jupyterlab-latex.git
# Change directory to the jupyterlab-latex directory
cd jupyterlab-latex
# Install package in development mode
pip install -e .
# Link your development version of the extension with JupyterLab
jupyter labextension develop . --overwrite
# Server extension must be manually installed in develop mode
jupyter server extension enable jupyterlab_latex
# Rebuild extension Typescript source after making changes
jlpm run build
```
You can watch the source directory and run JupyterLab at the same time in different terminals to watch for changes in the extension's source and automatically rebuild the extension.
```bash
# Watch the source directory in one terminal, automatically rebuilding when needed
jlpm run watch
# Run JupyterLab in another terminal
jupyter lab
```
With the watch command running, every saved change will immediately be built locally and available in your running JupyterLab. Refresh JupyterLab to load the change in your browser (you may need to wait several seconds for the extension to be rebuilt).
## Changes
For information on the changes with different versions of the `jupyterlab-latex` library, see our [changelog](./CHANGELOG.md).
Raw data
{
"_id": null,
"home_page": null,
"name": "jupyterlab-latex",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "jupyter, jupyterlab, jupyterlab-extension, latex",
"author": null,
"author_email": "Jupyter Development Team <jupyter@googlegroups.com>",
"download_url": "https://files.pythonhosted.org/packages/9e/9a/cf492f0b9278f4aaa70199433c5940b47f294c34d9dc5c6bd4cd91239bbc/jupyterlab_latex-4.3.0.tar.gz",
"platform": null,
"description": "# JupyterLab LaTeX\n\n[binder-badge]: https://mybinder.org/badge_logo.svg\n[binder-latest]: https://mybinder.org/v2/gh/jupyterlab/jupyterlab-latex.git/master?urlpath=lab/tree/sample.tex\n[ci-badge]: https://github.com/jupyterlab/jupyterlab-latex/actions/workflows/build.yml/badge.svg\n[ci]: https://github.com/jupyterlab/jupyterlab-latex/actions/workflows/build.yml?query=branch/master\n[npm-version-badge]: https://img.shields.io/npm/v/@jupyterlab/latex.svg\n[npm-version]: https://www.npmjs.com/package/@jupyterlab/latex\n[pypi-version-badge]: https://img.shields.io/pypi/v/jupyterlab-latex.svg\n[pypi-version]: https://pypi.org/project/jupyterlab-latex\n[pypi-downloads-badge]: https://img.shields.io/pypi/dm/jupyterlab-latex\n\n[![binder-badge]][binder-latest] [![ci-badge]][ci] [![npm-version-badge]][npm-version] [![pypi-version-badge]][pypi-version] ![PyPI - Downloads](https://img.shields.io/pypi/dm/jupyterlab-latex) [![Version](https://img.shields.io/conda/vn/conda-forge/jupyterlab-latex.svg)](https://anaconda.org/conda-forge/jupyterlab-latex) ![Conda Downloads](https://img.shields.io/conda/d/conda-forge/jupyterlab-latex)\n\nA JupyterLab extension for live-editing of LaTeX documents.\n\n## Usage\n\n### Compilation\n\nTo compile and preview a LaTeX document:\n\n1. Open a `.tex` document within JupyterLab.\n2. Use one of the following methods to compile and preview the document:\n - Right-click on the document and select `Show LaTeX Preview` from the context menu.\n - Click the `Preview` button in the toolbar at the top of the document.\n\n![preview](images/show_preview.png)\n\nBoth methods will compile the `.tex` file and open the rendered PDF document. Subsequent saves of the file will automatically update the PDF. If the PDF fails to compile (possibly due to a syntax error), an error panel will open detailing the LaTeX error.\n\n### Writing Tools\n\nA toolbar menu at the top of the document provides shortcuts to common LaTeX editing tasks:\n\n#### Text Formatting\n\n- **Subscript**: Highlight the text you want to subscript and click the `X\u1d67` button. If no text is highlighted, an input dialog will appear for you to enter the subscript.\n- **Superscript**: Highlight the text you want to superscript and click the `X\u207f` button. If no text is highlighted, an input dialog will appear for you to enter the superscript.\n- **Bold**: Highlight the text you want to format in bold and click the `B` button.\n- **Italic**: Highlight the text you want to format in italics and click the `I` button.\n- **Underline**: Highlight the text you want to underline and click the `U` button.\n\n#### Text Layout\n\n- **Left Align**: Highlight the text you want to align left and click the left alignment button.\n- **Center Align**: Highlight the text you want to center align and click the center alignment button.\n- **Right Align**: Highlight the text you want to align right and click the right alignment button.\n\n#### Lists\n\n- **Bullet List**: Click the bullet list button to insert a bullet list.\n- **Numbered List**: Click the numbered list button to insert a numbered list.\n\n#### Tables and Plots\n\n- **Table Creation GUI**: Click the table button to open a dialog for creating a table with a specified number of rows and columns.\n- **Add Plot**: Click the plot button to select a plot type and insert it into your document. Available plot types include:\n - Simple function plot\n - Plot from file\n - Scatter plot\n - Bar graphs\n - Contour plot\n - Parametric plot\n\n### Error Handling\n\n- **Error Log Filtering Options**: Enhanced error log filtering options to help you quickly identify and resolve issues.\n\n### Main Menu Helpers\n\n- **Constant Menu**: Quickly insert common mathematical constants.\n- **Symbol Menu**: Easily insert various mathematical symbols.\n\nFor more advanced usage documentation, see [here](docs/advanced.md).\n\n## Requirements\n\n- JupyterLab >= 4.0\n - older versions are supported in previous releases available on PyPI and npm, check [releases](https://github.com/jupyterlab/jupyterlab-latex/releases)\n- Python >= 3.8\n- An application that can compile `.tex` files to PDF (e.g., `pdflatex`, `xelatex`; use `pdflatex.exe` on Windows with MiKTeX). This application must be available as a command in the same environment as the notebook server.\n- An application that can process `.bib` files for producing bibliographies. As with the LaTeX command, this must be available in the same environment as the notebook server.\n\n## Installation\n\nThis extension includes both a notebook server extension (which interfaces with the LaTeX compiler)\nand a lab extension (which provides the UI for the LaTeX preview).\nThe Python package named `jupyterlab-latex` provides both of them as a prebuilt extension.\n\nTo install the extension, run the following in your terminal:\n\n- For `pip`\n ```bash\n pip install jupyterlab-latex\n ```\n- For `conda`\n ```bash\n conda install conda-forge::jupyterlab-latex\n ```\n\n### Check installation\n\nTo ensure that extension is properly installed, you could check server and lab extensions:\n\n```bash\njupyter server extension list\n```\n\nand see the block like this in the output\n\n```\njupyterlab_latex enabled\n - Validating jupyterlab_latex...\nPackage jupyterlab_latex took 0.0010s to import\n jupyterlab_latex 4.1.3 OK\n```\n\nthen\n\n```bash\njupyter labextension list\n```\n\nand see the block like this in the output\n\n```\n@jupyterlab/latex v4.1.3 enabled OK (python, jupyterlab-latex)\n```\n\n## Customization\n\nThe extension defaults to running the `xelatex` engine on the server.\nThis command may be customized (e.g., to use `pdflatex` instead) by customizing\nyour `jupyter_notebook_config.py` file:\n\n```python\nc.LatexConfig.latex_command = 'pdflatex'\n```\n\nThe above configuration will compile a LaTeX document using the common predefined flags and options such as `-interaction` `-halt-on-error`, `-file-line-error`, `-synctex`. For more control over the command sequence, check the Manual Command Arguments configuration.\n\nThe extension defaults to running `bibtex` for generating a bibliography\nif a `.bib` file is found. You can also configure the bibliography command\nby setting\n\n```python\nc.LatexConfig.bib_command = '<custom_bib_command>'\n```\n\n_New in 4.2.0_: `BibTeX` compilation is skipped if the following conditions are present:\n\n- `c.LatexConfig.disable_bibtex` is explicitly set to `True` in the `jupyter_notebook_config.py` file\n- There are no .bib files found in the folder\n\nTo render references (`\\ref{...}`), such as equation or chapter numbers, you would\nneed to compile in multiple passes by setting\n\n```python\nc.LatexConfig.run_times = 2\n```\n\n_New in 4.2.0_: Manual Compile Command\nFor more advanced customizations, a complete command sequence can be specified using the `manual_cmd_args` configuration in the `jupyter_notebook_config.py` file. This allows to define the exact command and use options the extension will finally execute:\n\n```python\nc.LatexConfig.manual_cmd_args = [\n 'lualatex', # Specify the LaTeX engine (e.g., lualatex, pdflatex)\n '-interaction=nonstopmode', # Continue compilation without stopping for errors\n '-halt-on-error', # Stop compilation at the first error\n '-file-line-error', # Print file and line number for errors\n '-shell-escape', # Enable shell escape\n '-synctex=1', # Enable SyncTeX for editor synchronization\n '{filename}.tex' # Placeholder for the input file name\n]\n```\n\nThe only supported placeholder in the manual compile command is `{filename}`. It will be replaced by the name of the LaTeX file during compilation.\n\nAdditional tags and options can also be added to edit configuration values.\n\n_New in 4.2.0_: Tectonic Engine Support\nThe extension now also supports the Tectonic engine for compiling LaTeX files. To use Tectonic as the default LaTeX engine cutomize the `jupyter_notebook_config.py file`:\n\n```python\nc.LatexConfig.latex_command = 'tectonic'\n```\n\nThe default command sequence for Tectonic generates the output file in `pdf` format and uses the available `SyncTeX` flag.\n\nFor [advanced control](https://tectonic-typesetting.github.io/book/latest/v2cli/compile.html) over [Tectonic](https://github.com/tectonic-typesetting/tectonic), specify options in the manual_cmd_args setting:\n\n```python\nc.LatexConfig.manual_cmd_args = [\n 'tectonic',\n '--outfmt=pdf', # Output format as PDF\n '--synctex=1', # Enable SyncTeX for editor synchronization\n '--outdir', # The directory in which to place output files\n '--keep-logs', # Keep the log files generated during processing\n '{filename}.tex' # Input .tex file\n]\n```\n\n### Security and customizing shell escapes\n\nLaTeX files have the ability to run arbitrary code by triggering external\nshell commands. This is a security risk, and so most LaTeX distributions\nrestrict the commands that you can run in the shell.\n\nYou can customize the behavior by setting the `LatexConfig.shell_escape` value.\nIt can take three values: `\"restricted\"` (default) to allow only commands\nconsidered safe to be executed, `\"allow\"` to allow all commands, and `\"disallow\"`\nto disallow all commands.\nFor example, to force your LaTeX distribution to run any command, use:\n\n```python\nc.LatexConfig.shell_escape = \"allow\"\n```\n\n## Contributing\n\nIf you would like to contribute to the project, please read our [contributor documentation](https://github.com/jupyterlab/jupyterlab/blob/master/CONTRIBUTING.md).\n\nJupyterLab follows the official [Jupyter Code of Conduct](https://github.com/jupyter/governance/blob/master/conduct/code_of_conduct.md).\n\n### Development install\n\nNote: You will need NodeJS to build the extension package.\n\nThe `jlpm` command is JupyterLab's pinned version of\n[yarn](https://yarnpkg.com/) that is installed with JupyterLab. You may use\n`yarn` or `npm` in lieu of `jlpm` below.\n\nTo simplify the development setup, you can use the following Conda environment:\n\n```\nconda create -n jupyterlab-latex-env -c conda-forge python=3.10 jupyterlab=4.0.0 hatchling=1.17.0 nodejs=18\nconda activate jupyterlab-latex-env\n```\n\n```bash\n# Clone the repo to your local environment\ngit clone https://github.com/jupyterlab/jupyterlab-latex.git\n# Change directory to the jupyterlab-latex directory\ncd jupyterlab-latex\n# Install package in development mode\npip install -e .\n\n# Link your development version of the extension with JupyterLab\njupyter labextension develop . --overwrite\n# Server extension must be manually installed in develop mode\njupyter server extension enable jupyterlab_latex\n# Rebuild extension Typescript source after making changes\njlpm run build\n```\n\nYou can watch the source directory and run JupyterLab at the same time in different terminals to watch for changes in the extension's source and automatically rebuild the extension.\n\n```bash\n# Watch the source directory in one terminal, automatically rebuilding when needed\njlpm run watch\n# Run JupyterLab in another terminal\njupyter lab\n```\n\nWith the watch command running, every saved change will immediately be built locally and available in your running JupyterLab. Refresh JupyterLab to load the change in your browser (you may need to wait several seconds for the extension to be rebuilt).\n\n## Changes\n\nFor information on the changes with different versions of the `jupyterlab-latex` library, see our [changelog](./CHANGELOG.md).\n",
"bugtrack_url": null,
"license": "Copyright (c) 2017, Project Jupyter Contributors All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.",
"summary": "JupyterLab extension for running LaTeX",
"version": "4.3.0",
"project_urls": {
"Bug Tracker": "https://github.com/jupyterlab/jupyterlab-latex/issues",
"Homepage": "https://github.com/jupyterlab/jupyterlab-latex",
"Repository": "https://github.com/jupyterlab/jupyterlab-latex.git"
},
"split_keywords": [
"jupyter",
" jupyterlab",
" jupyterlab-extension",
" latex"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "60102281b23c25b3e8680ceafb768302d6361ec6dda668876264583ac1e172d5",
"md5": "64c34961cbfdbc843fd2d55219813968",
"sha256": "d5c383d217855f1fb65c9155951ef2ce8b61cca14059e65c3e7a5baef6e689e1"
},
"downloads": -1,
"filename": "jupyterlab_latex-4.3.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "64c34961cbfdbc843fd2d55219813968",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 382528,
"upload_time": "2024-09-27T02:07:07",
"upload_time_iso_8601": "2024-09-27T02:07:07.805986Z",
"url": "https://files.pythonhosted.org/packages/60/10/2281b23c25b3e8680ceafb768302d6361ec6dda668876264583ac1e172d5/jupyterlab_latex-4.3.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "9e9acf492f0b9278f4aaa70199433c5940b47f294c34d9dc5c6bd4cd91239bbc",
"md5": "a1140703b3c40556c0bbac80ea3bd175",
"sha256": "66074da4e5f2d5ca856d0da342196fe517e0055d15afc288c5859ba4fe15f2f6"
},
"downloads": -1,
"filename": "jupyterlab_latex-4.3.0.tar.gz",
"has_sig": false,
"md5_digest": "a1140703b3c40556c0bbac80ea3bd175",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 1573587,
"upload_time": "2024-09-27T02:07:10",
"upload_time_iso_8601": "2024-09-27T02:07:10.281315Z",
"url": "https://files.pythonhosted.org/packages/9e/9a/cf492f0b9278f4aaa70199433c5940b47f294c34d9dc5c6bd4cd91239bbc/jupyterlab_latex-4.3.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-09-27 02:07:10",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "jupyterlab",
"github_project": "jupyterlab-latex",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "jupyterlab-latex"
}