Path to this page:
./
www/py-nbclient,
Client library for executing notebooks
Branch: CURRENT,
Version: 0.10.0,
Package name: py312-nbclient-0.10.0,
Maintainer: pkgsrc-usersNBClient, 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.
NBClient lets you execute notebooks.
Master sites:
Filesize: 60.787 KB
Version history: (Expand)
- (2024-10-14) Updated to version: py312-nbclient-0.10.0
- (2024-03-24) Updated to version: py311-nbclient-0.10.0
- (2023-11-09) Updated to version: py311-nbclient-0.9.0
- (2023-10-28) Updated to version: py311-nbclient-0.8.0nb1
- (2023-08-25) Updated to version: py311-nbclient-0.8.0
- (2023-05-04) Updated to version: py310-nbclient-0.7.4
CVS history: (Expand)
2024-03-24 20:26:46 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-nbclient: updated to 0.10.0
0.10.0
Optionally write out executed notebook in jupyter-execute
|
2023-11-09 17:59:10 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-nbclient: updated to 0.9.0
0.9.0
Maintenance and upkeep improvements
Use jupyter releaser
Clean up lint and move tests out of source
Adopt ruff format
Update typings for mypy 1.6
Adopt sp-repo-review
Fix lint error
|
2023-10-28 21:57:26 by Thomas Klausner | Files touched by this commit (516) | |
Log message:
python/wheel.mk: simplify a lot, and switch to 'installer' for installation
This follows the recommended bootstrap method (flit_core, build, installer).
However, installer installs different files than pip, so update PLISTs
for all packages using wheel.mk and bump their PKGREVISIONs.
|
2023-08-25 18:07:15 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-nbclient: updated to 0.8.0
0.8.0
Maintenance and upkeep improvements
Bump min version suppor
Other merged PRs
Bump actions/checkout from 2 to 3
|
2023-05-05 11:19:07 by Jonathan Perkin | Files touched by this commit (4) |
Log message:
www: Try to unbreak python nonsense.
|
2023-05-04 20:15:42 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-nbclient: updated to 0.7.4
0.7.4
Enhancements made
include stream output in CellExecutionError
Bugs fixed
avoid duplicate 'Exception: message' in CellExecutionError
Maintenance and upkeep improvements
Use local coverage
Other merged PRs
Send KeyboardInterrupt a little later in \
test_run_all_notebooks[Interrupt.ipynb-opts6]
0.7.3
Maintenance and upkeep improvements
Fix test stability
Clean up license
Update codecov link
Add spelling and docstring enforcement
Adopt ruff and address lint
Other merged PRs
Add coalesce_streams
0.7.2
Merged PRs
Allow space after In
Fix jupyter_core pinning
Update README, add Python 3.11
0.7.1
Maintenance and upkeep improvements
CI Refactor
Other merged PRs
Remove nest-asyncio
Add upper bound to dependencies
0.7.0
Maintenance and upkeep improvements
Cleanup CI
Handle client 8 support
|
2022-07-01 19:58:34 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-nbclient: updated to 0.6.6
0.6.6
Merged PRs
- Start new client if needed in blocking setup_kernel
0.6.5
Merged PRs
- Start new client if needed
|
2022-06-04 21:02:17 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-nbclient: updated to 0.6.4
0.6.4
Merged PRs
- Make sure kernel is cleaned up in case an error occurred while starting kernel \
client
- Suppress most warnings in tests
|