Pages.jl
Pages.jl copied to clipboard
Update charts in real-time as computation happens
https://julialang.slack.com/archives/C6A044SQH/p1516365200000613
Still needs testing, but try
> Pkg.add("Pages")
> Pkg.checkout("Pages") # To get master
> Pkg.examples() # Note: This will start a server and launch a page in a browser tab.
Note: Try to reproduce the Lorenz attractor example
http://docs.juliaplots.org/latest/#simple-is-beautiful
using Plotly
https://plot.ly/javascript/3d-line-plots/