Skip to content

Commit 64ee6af

Browse files
committed
Release 0.5.7
Signed-off-by: martinRenou <[email protected]>
1 parent 1064fcf commit 64ee6af

File tree

5 files changed

+850
-828
lines changed

5 files changed

+850
-828
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Versions lookup table:
6969

7070
| `ipympl` | `jupyter-matplotlib` | `JupyterLab version` |
7171
|----------|----------------------|----------------------|
72-
| 0.5.6 | 0.7.2 | 1 or 2 |
72+
| 0.5.7 | 0.7.2 | 1 or 2 |
7373
| ... | ... | ... |
7474
| 0.5.3 | 0.7.2 | 1 or 2 |
7575
| 0.5.2 | 0.7.1 | 1 |
@@ -101,7 +101,9 @@ jupyter labextension install ./js
101101

102102
To continuously monitor the project for changes and automatically trigger a rebuild, start Jupyter in watch mode:
103103

104+
```bash
104105
jupyter lab --watch
106+
```
105107

106108
After a change wait for the build to finish and then refresh your browser and the changes should take effect.
107109

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ channels:
44
dependencies:
55
- numpy
66
- matplotlib-base>=2.2.2
7-
- ipympl=0.5.6
7+
- ipympl=0.5.7
88
- widgetsnbextension

ipympl/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version_info = (0, 5, 6)
1+
version_info = (0, 5, 7)
22
__version__ = '.'.join(map(str, version_info))

0 commit comments

Comments
 (0)