File tree Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -66,8 +66,9 @@ 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>= |
70
- | 0.8.8 | 0.10.x | 3 or 2 | 3.3.1>= |
69
+ | 0.9.3 | 0.11.3+ | 3 or 2 | 3.4.0>= |
70
+ | 0.9.0-2 | 0.11.0-2 | 3 or 2 | 3.4.0>= <3.7|
71
+ | 0.8.8 | 0.10.x | 3 or 2 | 3.3.1>= <3.7|
71
72
| 0.8.0-7 | 0.10.x | 3 or 2 | 3.3.1>=, <3.6|
72
73
| 0.7.0 | 0.9.0 | 3 or 2 | 3.3.1>= |
73
74
| 0.6.x | 0.8.x | 3 or 2 | 3.3.1>=, <3.4|
Original file line number Diff line number Diff line change @@ -49,8 +49,9 @@ 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>= |
53
- | 0.8.8 | 0.10.x | 3 or 2 | 3.3.1>= |
52
+ | 0.9.3 | 0.11.3+ | 3 or 2 | 3.4.0>= |
53
+ | 0.9.0-2 | 0.11.0-2 | 3 or 2 | 3.4.0>= <3.7|
54
+ | 0.8.8 | 0.10.x | 3 or 2 | 3.3.1>= <3.7|
54
55
| 0.8.0-7 | 0.10.x | 3 or 2 | 3.3.1>=, <3.6|
55
56
| 0.7.0 | 0.9.0 | 3 or 2 | 3.3.1>= |
56
57
| 0.6.x | 0.8.x | 3 or 2 | 3.3.1>=, <3.4|
Original file line number Diff line number Diff line change 1
- version_info = (0 , 9 , 2 )
1
+ version_info = (0 , 9 , 3 )
2
2
__version__ = '.' .join (map (str , version_info ))
3
3
js_semver = '^0.11'
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jupyter-matplotlib" ,
3
- "version" : " 0.11.2 " ,
3
+ "version" : " 0.11.3 " ,
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