removed ipython

This commit is contained in:
Paul Müller 2015-02-16 15:29:47 +01:00
parent 5e43dc4847
commit 9c950aaac3

View file

@ -17,8 +17,6 @@ try:
from matplotlib import cm
import matplotlib.pyplot as plt
except ImportError:
import IPython
IPython.embed()
warnings.warn("Plotting options not available."+\
" Reason: {}.".format(sys.exc_info()[1]))