pep-dortmund / homepage-toolbox

Website for the PeP et al. Toolbox Workshop at TU Dortmund
http://toolbox.pep-dortmund.org
3 stars 1 forks source link

Missing graphics in html versions of JupyterNotebooks #48

Closed LuckyJosh closed 6 years ago

LuckyJosh commented 6 years ago

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.

LuckyJosh commented 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.

maxnoe commented 6 years ago

Just now, I also stumbled on it and used it successfully

LuckyJosh commented 6 years ago

fixed