| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-06-07 | 1.0 kB | |
| v0.11.4 Improved error reporting _ Added nbexec flags source code.tar.gz | 2026-06-07 | 67.0 MB | |
| v0.11.4 Improved error reporting _ Added nbexec flags source code.zip | 2026-06-07 | 67.0 MB | |
| Totals: 3 Items | 134.0 MB | 0 | |
v0.11.4, 2026/06/07 Improved error reporting / Added nbexec flags
nbexec: Added-export_htmlflag to export the executed notebook to HTML at a specified target path.nbexec: Added-check_cellsflag to check and report cells that failed execution, exiting with code 1 if any failure occurs.- Fixed an issue where the Cell/Line or errors were not being displayed correctly.
- Extended cell compilation error hover popups to also trigger when hovering over the cell/line area, in addition to the file/line area.
- Added support for rich HTML execution/runtime error reporting, enabling hoverable popups that show code context directly over Go stack traces printed to stderr (e.g. panics and fatal logs).
- Refactored execution error handling: stderr streams in real-time to Jupyter (not buffered), and the rich hover-popup HTML boxes for cell-related error lines are printed after the execution exits.
- Improved error CSS layout to wrap long code lines without displaying horizontal scrollbars.