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

[Google Colab] Daru::View.plotting_library and Daru::View::Plot must be in the same cell. #142

Open kojix2 opened 5 years ago

kojix2 commented 5 years ago

This is not a problem. Information for people using Googlecolab.

How to use IRuby on Google Colab.

https://dev.to/kojix2/ruby-kernel-in-google-colaboratory-32ni

If Daru::View.plotting_library and Daru::View::Plot are in the same cell, it works well.

image

But when Daru::View.plotting_library and Daru::View::Plot are in the different cells, it does not show anything.

image

Shekharrajak commented 5 years ago

But when Daru::View.plotting_library and Daru::View::Plot are in the different cells, it does not show anything

I believe, it should have worked in either case. Lets verify it once, if there is problem then surely it is a bug and should be fixed. @Prakriti-nith , do you have any idea ?