|
1 | 1 | # jupyter-matplotlib
|
2 | 2 |
|
3 |
| -[](https://travis-ci.com/matplotlib/jupyter-matplotlib) |
| 3 | +[](https://travis-ci.com/matplotlib/ipympl) |
4 | 4 | [](https://pypi.python.org/pypi/ipympl)
|
5 | 5 | [](https://anaconda.org/conda-forge/ipympl)
|
6 | 6 | [](https://www.npmjs.com/package/jupyter-matplotlib)
|
7 |
| -[](https://mybinder.org/v2/gh/matplotlib/jupyter-matplotlib/stable?urlpath=%2Flab%2Ftree%2Fexamples%2Fipympl.ipynb) |
| 7 | +[](https://mybinder.org/v2/gh/matplotlib/ipympl/stable?urlpath=%2Flab%2Ftree%2Fexamples%2Fipympl.ipynb) |
8 | 8 | [](https://gitter.im/jupyter-widgets/Lobby)
|
9 | 9 |
|
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. |
13 | 11 |
|
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. |
16 | 13 |
|
17 | 14 | ## Usage
|
18 | 15 |
|
@@ -49,7 +46,7 @@ pip install ipympl
|
49 | 46 | jupyter labextension install @jupyter-widgets/jupyterlab-manager jupyter-matplotlib
|
50 | 47 | ```
|
51 | 48 |
|
52 |
| -### For a development installation (requires nodejs), |
| 49 | +### For a development installation (requires nodejs): |
53 | 50 |
|
54 | 51 | ```bash
|
55 | 52 | git clone https://github.com/matplotlib/jupyter-matplotlib.git
|
|
0 commit comments