notebook.community
Edit and run
In [1]: using Winston
using Winston
In [2]: x = 0:10 y = sin(x) plot(x,y)
x = 0:10 y = sin(x) plot(x,y)
Out[2]:
In [ ]: