Closed LuckyJosh closed 6 years ago
Found a working fix for this here.
tldr:
Installing jupyter_contrib_nbextensions
via pip install
adds a new exporter to nbconvert, called
html_embed
.
Using this exporter the graphics are embedded into the exported html versions.
I have added a branch using this method to the toolbox-workshop-repo.
Just now, I also stumbled on it and used it successfully
fixed
The html versions of the python notebooks dont contain the graphics. Especially the numpy graphics would be usefull to have.
Maybe we should put those into the materials section on the website as well.