Shekhar Prasad Rajak

Results 199 comments of Shekhar Prasad Rajak

@isuruf , can you please a bit about expected output and what needs to be fixed here?

Yes! It makes sense. There was a similar discussion happened https://github.com/SciRuby/daru/pull/476 , please have a look.

Thanks for letting me this. Yes! We can have configuration as well, where all these default things can be set.

Thanks for suggestion @kojix2 . I think we should have global option to set the maximum number of rows to display as well as `all_rows` and `all_colms` property in dataframe...

The error I see is this : ``` Javascript error adding output! TypeError: $(...).DataTable is not a function See your browser Javascript console for more details. ```

Actually I want to replace JQuery code and write in Javascript only so that it can work . `$( document ).ready()` will only run once the page Document Object Model...

I never came across such things. In my caes I installed `activesupport` gem as dependent gem for the `actionview` (which is dependent gem for lazy_high_charts gem in daru-view gem). Need...

> If the support for plotting has been removed (because its shifted to daru-view) we need to remove the appropriate notebooks from README and sciruby-notebooks. I don't think it is...

Yes! I already tried the latest cloned version : ``` ➜ daru git:(master*) bundle console irb(main):001:0> require 'daru' => false irb(main):002:0> Daru.plotting_library = :gruff => :gruff irb(main):003:0> dv = Daru::Vector.new...

Thanks for the update. Actually, I tried in 0.2.1 version also it was fine.