Which version of Jupyter / IPython are you using?
This is all going through an upheaval at the moment. My guess is that you
need
Pkg.checkout("Interact")
to get the latest version of Interact.jl that works with version 3.0 of the
Notebook. (But not, apparently, with the very latest version 4.0 version,
so if you have that then you
will need to downgrade for the moment.)
David.
El sábado, 22 de agosto de 2015, 10:32:32 (UTC-5), Shubham Bhushan escribió:
>
> I'd really appreciate any ideas I know this is very little to go on but
> maybe some of you can just spitball some ideas that might work. I really
> would like to use this functionality
>
> On Saturday, August 22, 2015 at 5:40:13 PM UTC+5:30, Shubham Bhushan wrote:
>>
>> 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
>>
>>