jckantor / nbpages

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

Reduce verbosity of --publish #39

Open jckantor opened 4 years ago

jckantor commented 4 years ago

remove excessive status messaging during --publish

adowling2 commented 4 years ago

Would it be possible to add a verbose= keyword for different print levels? I agree that 99% of the time, the user wants the output to show only the useful information. But for debugging, verbose output can be extremely helpful.