notebook.community
Edit and run
In [4]: 1+4
1+4
Out[4]: 5
5
In [5]: using Plots
using Plots
In [6]: plot(Plots.fakedata(100,5))
plot(Plots.fakedata(100,5))