jckantor / nbpages

Command line tool to maintain a repository of Jupyter notebooks.
https://jckantor.github.io/nbpages/
MIT License
1 stars 4 forks source link

Add Traceback to lint #40

Closed jckantor closed 4 years ago

jckantor commented 4 years ago

Search and report 'Traceback' in order to detect faulty code cells.

jckantor commented 4 years ago

This has been implemented in lint. Rather than tracebacks, it was more generic to look for output cells that are either cell_type error or with name stderr. The lint report displays the error name and error value, or the first line of stderr.