Pages.jl icon indicating copy to clipboard operation
Pages.jl copied to clipboard

Update charts in real-time as computation happens

Open EricForgy opened this issue 8 years ago • 0 comments

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/

EricForgy avatar Jan 19 '18 12:01 EricForgy