daru-view icon indicating copy to clipboard operation
daru-view copied to clipboard

Copy example notebooks to sciruby-notebooks?

Open lokeshh opened this issue 6 years ago • 1 comments

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?

lokeshh avatar Jan 19 '19 18:01 lokeshh

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.

Shekharrajak avatar Jan 19 '19 22:01 Shekharrajak