Skip to content

Commit 8c5e4e8

Browse files
committed
Update links in the README
Signed-off-by: martinRenou <[email protected]>
1 parent 6d005e8 commit 8c5e4e8

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

README.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
11
# jupyter-matplotlib
22

3-
[![TravisCI build status](https://img.shields.io/travis/com/matplotlib/jupyter-matplotlib/master?logo=travis)](https://travis-ci.com/matplotlib/jupyter-matplotlib)
3+
[![TravisCI build status](https://img.shields.io/travis/com/matplotlib/ipympl/master?logo=travis)](https://travis-ci.com/matplotlib/ipympl)
44
[![Latest PyPI version](https://img.shields.io/pypi/v/ipympl?logo=pypi)](https://pypi.python.org/pypi/ipympl)
55
[![Latest conda-forge version](https://img.shields.io/conda/vn/conda-forge/ipympl?logo=conda-forge)](https://anaconda.org/conda-forge/ipympl)
66
[![Latest npm version](https://img.shields.io/npm/v/jupyter-matplotlib?logo=npm)](https://www.npmjs.com/package/jupyter-matplotlib)
7-
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/matplotlib/jupyter-matplotlib/stable?urlpath=%2Flab%2Ftree%2Fexamples%2Fipympl.ipynb)
7+
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/matplotlib/ipympl/stable?urlpath=%2Flab%2Ftree%2Fexamples%2Fipympl.ipynb)
88
[![Gitter](https://img.shields.io/badge/gitter-Join_chat-blue?logo=gitter)](https://gitter.im/jupyter-widgets/Lobby)
99

10-
Leveraging the Jupyter interactive widgets framework, jupyter-matplotlib
11-
enables the interactive features of matplotlib in the Jupyter notebook and in
12-
Jupyterlab.
10+
Leveraging the Jupyter interactive widgets framework, `ipympl` enables the interactive features of matplotlib in the Jupyter notebook and in JupyterLab.
1311

14-
Besides, the figure `canvas` element is a proper Jupyter interactive widget
15-
which can be positioned in interactive widget layouts.
12+
Besides, the figure `canvas` element is a proper Jupyter interactive widget which can be positioned in interactive widget layouts.
1613

1714
## Usage
1815

@@ -49,7 +46,7 @@ pip install ipympl
4946
jupyter labextension install @jupyter-widgets/jupyterlab-manager jupyter-matplotlib
5047
```
5148

52-
### For a development installation (requires nodejs),
49+
### For a development installation (requires nodejs):
5350

5451
```bash
5552
git clone https://github.com/matplotlib/jupyter-matplotlib.git

0 commit comments

Comments
 (0)