Closed s-celles closed 7 years ago
Did you start the backend server?
Oh no! sorry! Maybe this should be add in README.md Thanks for this great work!
Sorry I also see that it was written. My mistake
I silently added this to the README once I read this question. I see I got away with it 👍 .
Thanks again
No problem.
Note that there my be something that requires either OrdinaryDiffEq.jl, StochasticDiffEq.jl, DiffEqBase.jl, or ParameterizedFunctions.jl master. There were some changes in the days before the release that may not have been tagged quite yet.
I also noticed that an other package: DiffEqWebBase.jl was required to run.
julia ./api/mux_server.jl 7777
So I did
julia> Pkg.clone("https://github.com/JuliaDiffEq/DiffEqWebBase.jl")
Yes that too. It's unregistered and will probably stay that way. I should update the README
Hello,
I'm trying to run locally DiffEqOnline
DifferentialEquations.jl was installed correctly
NodeJS / Angular stack was also installed
but when I go to http://localhost:4200/ode
I see
Waking up the back-end solver... × The server timed out trying to calculate your response. Try reloading, and if that doesn't work try DifferentialEquations.jl!
Any idea?
Kind regards