SciRuby / daru-view

daru-view is for easy and interactive plotting in web application & IRuby notebook. daru-view is a plugin gem to the existing daru gem.
https://sciruby.github.io/daru-view/
MIT License
95 stars 20 forks source link

Copy example notebooks to sciruby-notebooks? #137

Open lokeshh opened 5 years ago

lokeshh commented 5 years ago

I'm thinking about copying the example notebooks to https://github.com/sciruby/sciruby-notebooks repository because it supports interaction with them via https://mybinder.org/. Is that a good idea?

Shekharrajak commented 5 years ago

Thanks @lokeshh for sharing this. It look a good idea to have all the SciRuby gem example in one place.

There are test cases written for almost all the chart generator , but whenever changes happen (mostly in JS code generator method ) in daru-view repo, I prefer to run corresponding examples present in spec/dummy_iruby (IRuby notebook files) and update them all with new changes (which checks the latest code changes).

So we can have totally new real world examples to add in https://github.com/sciruby/sciruby-notebooks and examples present in daru-view/spec/dummy_iruby will remain same.

And/Or

we can have a folder in https://github.com/sciruby/sciruby-notebooks for visualization , that will refer https://github.com/SciRuby/daru-view/tree/master/spec/dummy_iruby .

Let me know if you have any better suggestion.