notebook.community
Edit and run
In [1]: %matplotlib inline from ggplot import *
%matplotlib inline from ggplot import *
In [9]: ggplot(mpg, aes(x='cty', y='hwy', shape='trans')) + geom_point()
ggplot(mpg, aes(x='cty', y='hwy', shape='trans')) + geom_point()
Out[9]: <ggplot: (291482713)>
<ggplot: (291482713)>
In [ ]: