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.
Is there a way I can get rid of this annoying print and still use the --template full
option?