Skip to content

Commit 5c6e405

Browse files
authored
Update README.md
1 parent 204faf7 commit 5c6e405

File tree

1 file changed

+20
-14
lines changed

1 file changed

+20
-14
lines changed

README.md

Lines changed: 20 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
# 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
92
[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
113
[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)
1213

1314
An extension for JupyterLab which allows for live-editing of LaTeX documents.
1415

@@ -35,13 +36,18 @@ For more advanced usage documentation, see [here](docs/advanced.md).
3536

3637
This extension includes both a notebook server extension (which interfaces with the LaTeX compiler)
3738
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.
3940

4041
To install the extension, run the following in your terminal:
4142

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+
```
4551

4652
### Check installation
4753

@@ -57,7 +63,7 @@ and see the block like this in the output
5763
jupyterlab_latex enabled
5864
- Validating jupyterlab_latex...
5965
Package jupyterlab_latex took 0.0010s to import
60-
jupyterlab_latex 4.1.0 OK
66+
jupyterlab_latex 4.1.3 OK
6167
```
6268

6369
then
@@ -69,7 +75,7 @@ jupyter labextension list
6975
and see the block like this in the output
7076

7177
```
72-
@jupyterlab/latex v3.1.0 enabled OK (python, jupyterlab-latex)
78+
@jupyterlab/latex v4.1.3 enabled OK (python, jupyterlab-latex)
7379
```
7480

7581
## Customization

0 commit comments

Comments
 (0)