File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 1
1
# jupyter-matplotlib
2
2
3
- [ ![ Version] ( https://img.shields.io/pypi/v/ipympl.svg )] ( https://pypi.python.org/pypi/ipympl )
4
- [ ![ Binder] ( https://img.shields.io/badge/launch-binder-brightgreen.svg )] ( https://mybinder.org/v2/gh/matplotlib/jupyter-matplotlib/stable?filepath=examples )
5
- [ ![ Join the Gitter Chat] ( https://badges.gitter.im/Join%20Chat.svg )] ( https://gitter.im/jupyter-widgets/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge )
3
+ [ ![ TravisCI build status] ( https://img.shields.io/travis/com/matplotlib/jupyter-matplotlib/master?logo=travis )] ( https://travis-ci.com/matplotlib/jupyter-matplotlib )
4
+ [ ![ Latest PyPI version] ( https://img.shields.io/pypi/v/ipympl?logo=pypi )] ( https://pypi.python.org/pypi/ipympl )
5
+ [ ![ Latest conda-forge version] ( https://img.shields.io/conda/vn/conda-forge/ipympl?logo=conda-forge )] ( https://www.npmjs.com/package/ipympl )
6
+ [ ![ Latest npm version] ( https://img.shields.io/npm/v/jupyter-matplotlib?logo=npm )] ( https://www.npmjs.com/package/jupyter-matplotlib )
7
+ [ ![ Binder] ( https://mybinder.org/badge_logo.svg )] ( https://mybinder.org/v2/gh/matplotlib/jupyter-matplotlib/master?urlpath=%2Flab%2Ftree%2Fexamples%2Fipympl.ipynb )
8
+ [ ![ Gitter] ( https://img.shields.io/badge/gitter-Join_chat-blue?logo=gitter )] ( https://gitter.im/jupyter-widgets/Lobby )
6
9
7
10
Leveraging the Jupyter interactive widgets framework, jupyter-matplotlib
8
11
enables the interactive features of matplotlib in the Jupyter notebook and in
Original file line number Diff line number Diff line change @@ -5,3 +5,4 @@ dependencies:
5
5
- numpy
6
6
- matplotlib-base>=2.2.2
7
7
- ipympl=0.4.0
8
+ - widgetsnbextension
Original file line number Diff line number Diff line change
1
+ #! /bin/bash
2
+
3
+ # A way for mybinder.org to realize it should install the jupyter lab extension
4
+ # automatically. This file does not affect anything except when mybinder.org use
5
+ # it for this specifically.
6
+ jupyter labextension install @jupyter-widgets/jupyterlab-manager
7
+ jupyter labextension install jupyter-matplotlib
8
+
You can’t perform that action at this time.
0 commit comments