jacobjma / PyQSTEM

A Python interface to the electron microscopy simulation program QSTEM
GNU General Public License v3.0
60 stars 30 forks source link

With matplotlib 3.0.0, notebooks with "%matplotlib inline" don't really work #11

Closed schiotz closed 5 years ago

schiotz commented 5 years ago

Changed to %matplotlib notebook instead. Also, moved any from __future__ import up, as newer Python version want it first.

The notebooks include the output, it takes a bit of space, around 3.5 MB in total, but allows potential users to see what can be done.

@jacobjma if you do not want the output in the notebooks, I can quickly make another PR instead.

schiotz commented 5 years ago

Closing as it is probably a bug in jupyter/matplotlib that will be addressed in future versions.