Publishing a Jupyter Notebook

I wondered if I can publish a rendered Jupyter notebook on my Hugo blog website, in case I have knowledge to share that is in scientific nature..

nb2hugo seems like a good option but it's more involved than pointing to an ipynb file and running a command. So I thought I'd use nbconvert instead to convert it to an HTML file and embed it in a post, and have a link on the post that goes to the full page version.

nbconvert is convenient that it can render a notebook into a single HTML file without extra files for images.

Behold, my embedded Notebook