Many thanks, but I cannot run examples based on Gadfly or Compose (like
this one) for precompilation errors (in this example Patchwork cache
creates some problem loading Compose)
Leonardo
Il 17/01/2016 17:42, Shashi Gowda ha scritto:
The monte carlo example does something like this:
https://github.com/shashi/Escher.jl/blob/master/examples/mc.jl
See specifically these lines
https://github.com/shashi/Escher.jl/blob/master/examples/mc.jl#L24-L40
may give you a template for your own code.
On Sun, Jan 17, 2016 at 9:20 PM, Leonardo <[email protected]
<mailto:[email protected]>> wrote:
Hi all,
how can I build a (simple) Web-UI that must wait for long-running
computation in Escher?
Or (after a long computation), how can I generate asynchrounously a
signal that "wake up" a web page rendered by Escher?
Many thanks in advance
Leonardo