jupyter nbconvert doc code example
Example 1: convert ipynb to html
jupyter nbconvert --to html notebook.ipynb
Example 2: jupyter nbconvert
$ jupyter nbconvert --to <output format> <input notebook>
jupyter nbconvert --to html notebook.ipynb
$ jupyter nbconvert --to <output format> <input notebook>