Sameer Deshmukh
Sameer Deshmukh
rbplotly is another nyaplot-like plotting library. Have a look at the offline feature: https://github.com/ash1day/rbplotly/tree/master/lib/plotly/offline
Works. Loading library-specific JS files is pretty clever :)
What is the exact reason behind `onload` not working with iruby? Post that here and we'll solve the problem together.
@mrkn @minad @zverok any idea on how this problem can be resolved?
@pghysels I tried your solution but now I get the following error: ``` # ANN search quality = 1 after 0 iterations # ANN search quality = 1 after 0...
Sure. We can have some reliable default setting that works most of the time and also allow flexibility to choose sources with the load_notebook initialization.
Thanks I'll take a look into it.
I don't have a Windows machine so I cant fix and test this myself, but here's a possible fix: The problem seems to be that the `GNU_CHAIN` constant is undefined....
Yes you can. Just don't change the versions. It'll automatically use the local gem. After you make the changes run `rake compile` and then `rake install`. That should install the...
You're not checking for windows.h. See this code: https://www.omniref.com/ruby/gems/MattHulse-eventmachine/0.12.10/symbols/Object::GNU_CHAIN#line=40 Also, read that whole file on omniref, I think it should have solutions to most of your problems.