File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
1717magic:
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
5454pip install -e .
5555
5656# If using classic Jupyter Notebook
You can’t perform that action at this time.
0 commit comments