How to avoid None printed when exporting jupyter notebook to html using nbconvert

372 Views Asked by At

I'm using the following command to export a notebook to html:

jupyter nbconvert --no-input --to --template full html notebook.ipynb

However, I always get this annoying None print whenever I use the --template full option.

screenshot

Is there a way I can get rid of this annoying print and still use the --template full option?

0

There are 0 best solutions below