2022-04-19 13:39:40 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-nbclient: updated to 0.6.0
0.6.0
Maintenance and upkeep improvements
- Fix typings and update mypy settings
- Add missing dep on testpath
- Add more pre-commit hooks and update flake8
Documentation improvements
- Clean up docs handling
|
2022-03-12 09:31:39 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-nbclient: updated to 0.5.13
0.5.13
- Drop ipython_genutils
0.5.12
- Require traitlets>=5.0.0
- Extend the ignored part of IPython outputs
|
2022-02-15 15:03:15 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-nbclient: updated to 0.5.11
0.5.11
### Merged PRs
- Pin ipython<8 in tests
- Clear execution metadata, prefer msg header date when recording times
|
2022-02-05 12:26:36 by Adam Ciarcinski | Files touched by this commit (5) |
Log message:
py-nbclient: added version 0.5.10
NBClient, a client library for programmatic notebook execution, is a tool for
running Jupyter Notebooks in different execution contexts. NBClient was spun
out of nbconvert's former ExecutePreprocessor.
|