Skip to content
Juergen Hasch edited this page Sep 15, 2013 · 7 revisions

Add a button to the toolbar that calls nbconvert:

import subprocess; subprocess.call("ipython nbconvert --to html " + name )

Clone this wiki locally