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