File tree 4 files changed +4
-2
lines changed
4 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ Versions lookup table:
66
66
67
67
| ` ipympl ` | ` jupyter-matplotlib ` | ` JupyterLab ` | ` Matplotlib ` |
68
68
| ----------| ----------------------| --------------| --------------|
69
+ | 0.9.0 | 0.11.x | 3 or 2 | 3.4.0>= |
69
70
| 0.8.8 | 0.10.x | 3 or 2 | 3.3.1>= |
70
71
| 0.8.0-7 | 0.10.x | 3 or 2 | 3.3.1>=, <3.6|
71
72
| 0.7.0 | 0.9.0 | 3 or 2 | 3.3.1>= |
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ Not all versions of `ipympl` are compatible with different version of Jupyterlab
49
49
50
50
| ` ipympl ` | ` jupyter-matplotlib ` | ` JupyterLab ` | ` Matplotlib ` |
51
51
| ----------| ----------------------| --------------| --------------|
52
+ | 0.9.0 | 0.11.x | 3 or 2 | 3.4.0>= |
52
53
| 0.8.8 | 0.10.x | 3 or 2 | 3.3.1>= |
53
54
| 0.8.0-7 | 0.10.x | 3 or 2 | 3.3.1>=, <3.6|
54
55
| 0.7.0 | 0.9.0 | 3 or 2 | 3.3.1>= |
Original file line number Diff line number Diff line change 1
- version_info = (0 , 8 , 8 )
1
+ version_info = (0 , 9 , 0 )
2
2
__version__ = '.' .join (map (str , version_info ))
3
3
4
4
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jupyter-matplotlib" ,
3
- "version" : " 0.10.5 " ,
3
+ "version" : " 0.11.0 " ,
4
4
"description" : " Matplotlib Jupyter Interactive Widget" ,
5
5
"author" : " Matplotlib Development team" ,
6
6
"license" : " BSD-3-Clause" ,
You can’t perform that action at this time.
0 commit comments