Skip to content

Commit

Permalink
Fix package name in README
Browse files Browse the repository at this point in the history
Signed-off-by: martinRenou <[email protected]>
  • Loading branch information
martinRenou committed Mar 17, 2020
1 parent 8c5e4e8 commit f14b1e4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# jupyter-matplotlib
# ipympl

[![TravisCI build status](https://img.shields.io/travis/com/matplotlib/ipympl/master?logo=travis)](https://travis-ci.com/matplotlib/ipympl)
[![Latest PyPI version](https://img.shields.io/pypi/v/ipympl?logo=pypi)](https://pypi.python.org/pypi/ipympl)
Expand All @@ -13,7 +13,7 @@ Besides, the figure `canvas` element is a proper Jupyter interactive widget whic

## Usage

To enable the jupyter-matplotlib backend, simply use the `matplotlib` Jupyter
To enable the `ipympl` backend, simply use the `matplotlib` Jupyter
magic:

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

```bash
git clone https://github.com/matplotlib/jupyter-matplotlib.git
cd jupyter-matplotlib
git clone https://github.com/matplotlib/ipympl.git
cd ipympl
pip install -e .

# If using classic Jupyter Notebook
Expand Down

0 comments on commit f14b1e4

Please sign in to comment.