File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1
1
# jupyter-matplotlib
2
2
3
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/master ?filepath=examples )
4
+ [ ![ Binder] ( https://img.shields.io/badge/launch-binder-brightgreen.svg )] ( https://mybinder.org/v2/gh/matplotlib/jupyter-matplotlib/stable ?filepath=examples )
5
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 )
6
6
7
7
Leveraging the Jupyter interactive widgets framework, jupyter-matplotlib
@@ -30,8 +30,10 @@ To install `ipympl` with conda:
30
30
31
31
``` bash
32
32
conda install -c conda-forge ipympl
33
+
33
34
# If using the Notebook
34
35
conda install -c conda-forge widgetsnbextension
36
+
35
37
# If using JupyterLab
36
38
conda install nodejs
37
39
jupyter labextension install @jupyter-widgets/jupyterlab-manager
@@ -42,6 +44,7 @@ To install `ipympl` with pip:
42
44
43
45
``` bash
44
46
pip install ipympl
47
+
45
48
# If using JupyterLab
46
49
# Install nodejs: https://nodejs.org/en/download/
47
50
jupyter labextension install @jupyter-widgets/jupyterlab-manager
Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ channels:
3
3
- conda-forge
4
4
dependencies :
5
5
- numpy
6
- - matplotlib=2.2.2
7
- - ipympl=0.2 .0
6
+ - matplotlib-base> =2.2.2
7
+ - ipympl=0.3 .0
Original file line number Diff line number Diff line change 1
- version_info = (0 , 2 , 1 )
1
+ version_info = (0 , 3 , 0 )
2
2
__version__ = '.' .join (map (str , version_info ))
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ def run(self):
150
150
'version' : version_ns ['__version__' ],
151
151
'description' : 'Matplotlib Jupyter Extension' ,
152
152
'long_description' : LONG_DESCRIPTION ,
153
- 'License ' : 'BSD License' ,
153
+ 'license ' : 'BSD License' ,
154
154
'include_package_data' : True ,
155
155
'data_files' : get_data_files (),
156
156
'install_requires' : [
You can’t perform that action at this time.
0 commit comments