notebook.community
Edit and run
In [1]: %matplotlib inline from ggplot import *
%matplotlib inline from ggplot import *
In [7]: ggplot(mtcars, aes(x='factor(cyl)')) + geom_bar()
ggplot(mtcars, aes(x='factor(cyl)')) + geom_bar()
Out[7]: <ggplot: (285210741)>
<ggplot: (285210741)>
In [ ]: