﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5833	No responds using Interact widget in IJulia with OMJulia	Oliver Lenord	Adrian Pop	"Using the following code in IJulia
{{{
@manipulate for d = 0:0.1:2
    setParameters(mod,[""c=1"",""m=1"",""d=""*string(d)])
    simulate(mod)
    t, x = getSolutions(mod,[""time"",""x""])
    PyPlot.plot(t,x)
end
}}}

displays a slider widget and a plot of the curve. But moving the slider does not update plot.
Removing the '@manipulate' creates as expected a char of curves.

Am I missing something or is this a bug?"	defect	new	high	Future	OMJulia	v.1.15.0-dev		interact, plot, IJulia	
