Hi I tried using Gadfly and Interact and tried the example from Interact.jl
github notebooks.
My code doesn't evaluate. It just keeps processing and doesn't plot
anything, the kernel however is shown to be busy
@manipulate for ϕ = 0:π/16:4π, f = [:sin => sin, :cos => cos], both = false
if both
plot([θ -> sin(θ + ϕ), θ -> cos(θ + ϕ)], 0, 8)
else
plot(θ -> f(θ + ϕ), 0, 8)
end
end
I have run the code for 2hrs now still no output- [julia-users] Can't use @manipulate in jupyter Shubham Bhushan
- [julia-users] Re: Can't use @manipulate in jupyter Shubham Bhushan
- [julia-users] Re: Can't use @manipulate in jupyt... David P. Sanders
