Skip to content

Commit

Permalink
Release 0.5.7
Browse files Browse the repository at this point in the history
Signed-off-by: martinRenou <martin.renou@gmail.com>
  • Loading branch information
martinRenou committed Jul 15, 2020
1 parent 1064fcf commit e3cd28d
Show file tree
Hide file tree
Showing 5 changed files with 849 additions and 827 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,9 @@ jupyter labextension install ./js

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

```bash
jupyter lab --watch
```

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

Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ channels:
dependencies:
- numpy
- matplotlib-base>=2.2.2
- ipympl=0.5.6
- ipympl=0.5.7
- widgetsnbextension
2 changes: 1 addition & 1 deletion ipympl/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version_info = (0, 5, 6)
version_info = (0, 5, 7)
__version__ = '.'.join(map(str, version_info))
Loading

0 comments on commit e3cd28d

Please sign in to comment.