Closed alex-dewar closed 4 years ago
Pretty easy fix, but baked in images need to be extracted and saved as image files when converting to rst
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.
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.