Nbconvert: --quiet switch?

Created on 20 Jun 2016  路  1Comment  路  Source: jupyter/nbconvert

Hi,

jupyter nbconvert writes [NbConvertApp] Converting notebook into html message to stderr, while it seems it does not provide "quiet" switch to disable writing non-errors to stderr.

Is there a workaround w/o disabling strerr pipe?

question

Most helpful comment

If you pass --log-level WARN, only logging messages at warning level and above will be shown (those messages are at info level). The named values are:

DEBUG INFO WARN ERROR CRITICAL

>All comments

If you pass --log-level WARN, only logging messages at warning level and above will be shown (those messages are at info level). The named values are:

DEBUG INFO WARN ERROR CRITICAL
Was this page helpful?
0 / 5 - 0 ratings