notebook.community
Edit and run
In [1]: 1 + 1 == 2
1 + 1 == 2
Out[1]: True
True
In [5]: %matplotlib inline import matplotlib.pyplot as plt _ = plt.bar([1,2,3], [1,1,2], color=['r','r','b'])
%matplotlib inline import matplotlib.pyplot as plt _ = plt.bar([1,2,3], [1,1,2], color=['r','r','b'])