Skip to content

Commit f14b1e4

Browse files
committed
Fix package name in README
Signed-off-by: martinRenou <[email protected]>
1 parent 8c5e4e8 commit f14b1e4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# jupyter-matplotlib
1+
# ipympl
22

33
[![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)
@@ -13,7 +13,7 @@ Besides, the figure `canvas` element is a proper Jupyter interactive widget whic
1313

1414
## Usage
1515

16-
To enable the jupyter-matplotlib backend, simply use the `matplotlib` Jupyter
16+
To enable the `ipympl` backend, simply use the `matplotlib` Jupyter
1717
magic:
1818

1919
```
@@ -49,8 +49,8 @@ jupyter labextension install @jupyter-widgets/jupyterlab-manager jupyter-matplot
4949
### For a development installation (requires nodejs):
5050

5151
```bash
52-
git clone https://github.com/matplotlib/jupyter-matplotlib.git
53-
cd jupyter-matplotlib
52+
git clone https://github.com/matplotlib/ipympl.git
53+
cd ipympl
5454
pip install -e .
5555

5656
# If using classic Jupyter Notebook

0 commit comments

Comments
 (0)