Skip to content

v0.4.0

Compare
Choose a tag to compare
@jayqi jayqi released this 30 Oct 01:17
· 15 commits to master since this release
3a3d67a
  • Logging improvements. (Issue #74, PR #80)
    • Adds additional log statements during post-save hook initialization and execution to facilitate debugging.
    • Changes runtime errors in post-save hook to be caught gracefully instead of interrupting user with an alert dialog in the Jupyter UI.
    • Adds logging integration with active Jupyter applications. Logs will use Jupyter formatting.
    • Changes --verbose/-v flag to work as a counter. -v will set log level to INFO, and -vv will set log level to DEBUG.