1
1
# JupyterLab LaTeX
2
-
3
- | build | stable | latest |
4
- | :---------------: | :------------------------------: | :------------------------------: |
5
- | [ ![ ci-badge]] [ ci ] | [ ![ binder-badge]] [ binder-stable ] | [ ![ binder-badge]] [ binder-latest ] |
6
-
7
- [ ci-badge ] : https://github.com/jupyterlab/jupyterlab-latex/actions/workflows/build.yml/badge.svg
8
- [ ci ] : https://github.com/jupyterlab/jupyterlab-latex/actions/workflows/build.yml?query=branch/master
9
2
[ binder-badge ] : https://mybinder.org/badge_logo.svg
10
- [ binder-stable ] : https://mybinder.org/v2/gh/jupyterlab/jupyterlab-latex.git/3.1.0?urlpath=lab/tree/sample.tex
11
3
[ binder-latest ] : https://mybinder.org/v2/gh/jupyterlab/jupyterlab-latex.git/master?urlpath=lab/tree/sample.tex
4
+ [ ci-badge ] : https://github.com/jupyterlab/jupyterlab-latex/actions/workflows/build.yml/badge.svg
5
+ [ ci ] : https://github.com/jupyterlab/jupyterlab-latex/actions/workflows/build.yml?query=branch/master
6
+ [ npm-version-badge ] : https://img.shields.io/npm/v/@jupyterlab/latex.svg
7
+ [ npm-version ] : https://www.npmjs.com/package/@jupyterlab/latex
8
+ [ pypi-version-badge ] : https://img.shields.io/pypi/v/jupyterlab-latex.svg
9
+ [ pypi-version ] : https://pypi.org/project/jupyterlab-latex
10
+ [ pypi-downloads-badge ] : https://img.shields.io/pypi/dm/jupyterlab-latex
11
+
12
+ [ ![ 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 )
12
13
13
14
An extension for JupyterLab which allows for live-editing of LaTeX documents.
14
15
@@ -35,13 +36,18 @@ For more advanced usage documentation, see [here](docs/advanced.md).
35
36
36
37
This extension includes both a notebook server extension (which interfaces with the LaTeX compiler)
37
38
and a lab extension (which provides the UI for the LaTeX preview).
38
- The Python package named ` jupyterlab_latex ` provides both of them as a prebuilt extension.
39
+ The Python package named ` jupyterlab-latex ` provides both of them as a prebuilt extension.
39
40
40
41
To install the extension, run the following in your terminal:
41
42
42
- ``` bash
43
- pip install jupyterlab_latex
44
- ```
43
+ - For ` pip `
44
+ ``` bash
45
+ pip install jupyterlab-latex
46
+ ```
47
+ - For ` conda `
48
+ ``` bash
49
+ conda install conda-forge::jupyterlab-latex
50
+ ```
45
51
46
52
### Check installation
47
53
@@ -57,7 +63,7 @@ and see the block like this in the output
57
63
jupyterlab_latex enabled
58
64
- Validating jupyterlab_latex...
59
65
Package jupyterlab_latex took 0.0010s to import
60
- jupyterlab_latex 4.1.0 OK
66
+ jupyterlab_latex 4.1.3 OK
61
67
```
62
68
63
69
then
@@ -69,7 +75,7 @@ jupyter labextension list
69
75
and see the block like this in the output
70
76
71
77
```
72
- @jupyterlab/latex v3 .1.0 enabled OK (python, jupyterlab-latex)
78
+ @jupyterlab/latex v4 .1.3 enabled OK (python, jupyterlab-latex)
73
79
```
74
80
75
81
## Customization
0 commit comments