pystitch / stitch

Write reproducible reports in Markdown
https://pystitch.github.io
MIT License
441 stars 13 forks source link

ENH: Add flag to stop on Exception #59

Open TomAugspurger opened 7 years ago

TomAugspurger commented 7 years ago

Currently Stitch.error can be 'continue' or 'raise'. If possible, a debug flag would be nice. For python kernels we could drop into pdb or ipdb. Not sure about R or other kernels.