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

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?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source