Blogging with IPython Notebook
ipython, jupyter-notebook, python
Solution
You can bypass the nvconvert conversion by using your browsers file->"save (page) as" feature. it would download all associated files. It just catches the IPython Notebook UI at the top as well as the data. So with some simple editing it can be done. But I miss that option as well.
Problem
How can I convert an IPython notebook to HTML for use in a Google Blogger blog? There is an answer here: IPython notebook to html for blog post? and I have read the associated blog from fperez, but `-f blogger-html` does not seem to be an option with `nbconvert` anymore (Is that right?). I can convert my notebook to HTML, but Google doesn't seem to like that. If I use the `--template basic` option, the headers disappear, and the LaTex rendering of mathematical expressions is lost. Also, Google seems to generate errors when saving/publishing, so I can't save it. Anyone have any info on the updated process?