notebook.community
Edit and run
In [1]: %matplotlib inline from ggplot import *
%matplotlib inline from ggplot import *
In [7]: ggplot(meat, aes(x='date', y='beef')) + geom_line()
ggplot(meat, aes(x='date', y='beef')) + geom_line()
Out[7]: <ggplot: (285476509)>
<ggplot: (285476509)>