nbconvert python code example
Example 1: convert ipynb to html
jupyter nbconvert --to html notebook.ipynb
Example 2: nbconvert python
$ jupyter nbconvert --to script [YOUR_NOTEBOOK].ipynb
jupyter nbconvert --to html notebook.ipynb
$ jupyter nbconvert --to script [YOUR_NOTEBOOK].ipynb