As I am working in IJulia I presume that IPython is working. I launched Julia using "ipython notebook --profile julia"
On Thursday, April 3, 2014 8:56:34 PM UTC+1, Isaiah wrote: > > Does IPython work? > > > On Thu, Apr 3, 2014 at 3:29 PM, vfclists <[email protected] > <javascript:>>wrote: > >> I am trying the documentation example using Julia 0.2.1 and IJulia 0.1.5 >> >> srand(37) >> plot(x=[1:500], y=cumsum(randn(500)), Geom.line, Guide.XLabel("time"), >> Guide.YLabel("random.walk")) >> >> The example above produces the output below in Firefox 28.0 >> >> Javascript error adding output! >> ReferenceError: guide_background_mouseover is not defined >> See your browser Javascript console for more details >> >> From the errors I have been obtaining it seems that quite a few things a >> missing. >> >> Is there way of debugging to verify check that the dependencies of each >> component are all present? >> >> >
