Skip to content

Commit e3cd28d

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

File tree

5 files changed

+849
-827
lines changed

5 files changed

+849
-827
lines changed

Diff for: README.md

+2
Original file line numberDiff line numberDiff line change
@@ -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

Diff for: environment.yml

+1-1
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

Diff for: ipympl/_version.py

+1-1
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)