newaetech / chipwhisperer-jupyter

Interactive ChipWhisperer tutorials using Jupyter notebooks.
220 stars 70 forks source link

Matplotlib plots don't show in notebooks exported to other formats #17

Closed alex-dewar closed 4 years ago

alex-dewar commented 4 years ago

Old notebooks used bokeh/holoviews, so this wasn't really an issue, but now most notebooks use matplotlib.

Can be fixed by %matplotlib inline, but then plots lose their interactivity.

alex-dewar commented 4 years ago

Pretty easy fix, but baked in images need to be extracted and saved as image files when converting to rst

alex-dewar commented 4 years ago

Images should are now extracted from notebooks and put in the tutorials/img/ folder. They are then pulled over when the docs are built and successfully appear in built docs.