I am trying to use IPython notebook on MacOS X with Python 2.7.2 and IPython 1.1.0.
I cannot get matplotlib graphics to show up inline.
import matplo
I did the anaconda install but matplotlib is not plotting
It starts plotting when i did this
import matplotlib import numpy as np import matplotlib.pyplot as plt %matplotlib inline