File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- # jupyter-matplotlib
1
+ # ipympl
2
2
3
3
[ ![ TravisCI build status] ( https://img.shields.io/travis/com/matplotlib/ipympl/master?logo=travis )] ( https://travis-ci.com/matplotlib/ipympl )
4
4
[ ![ 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
13
13
14
14
## Usage
15
15
16
- To enable the jupyter-matplotlib backend, simply use the ` matplotlib ` Jupyter
16
+ To enable the ` ipympl ` backend, simply use the ` matplotlib ` Jupyter
17
17
magic:
18
18
19
19
```
@@ -49,8 +49,8 @@ jupyter labextension install @jupyter-widgets/jupyterlab-manager jupyter-matplot
49
49
### For a development installation (requires nodejs):
50
50
51
51
``` 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
54
54
pip install -e .
55
55
56
56
# If using classic Jupyter Notebook
You can’t perform that action at this time.
0 commit comments