Skip to content

move the matplotlib import to the function such that it's only imported when needed

Bas Nijholt requested to merge basnijholt/semicon:mpl_import into master

Right now importing semicon will fail when importing it on a ipyparallel engine, this MR will solve that.

Merge request reports