When I type
import matplotlib.pyplot as plt
in my IPython notebook I get
ImportError: No module named matplotlib.pyplot
Shouldn't be this module installed by default? Do I need to extra install it. If it is the case, how can I do it. I use virtual environment on Linux to install stuff (including IPython).