Converting ipython notebook to html with separate images
问题 I have an ipython notebook with a mixture of SVG and PNG graphs. I can export it to html without any trouble, but it embeds the images as encoded text in the body of the .html file. I'm calling: ipython nbconvert --to html mynotebook.ipynb The output at the command line includes: [NbConvertApp] Converting notebook mynotebook.ipynb to html [NbConvertApp] Support files will be in mynotebook_files/ but no such directory is created, and there are no files in it. There are related posts (1 ,2 ,3