Closed kojix2 closed 3 years ago
Solved. I installed latest version of Daru. Thank you.
Hello @kojix2 , Thanks for update about the issue ! New version of the daru will be released soon and this issue will not occur.
I mostly tested graphs in IRuby notebook, simply running iruby notebook
. I believe you have installed iruby gem and registered the Ruby 2.6.0, then running the Jupyter lab, right ? Just curious to know, if there is anyother way :)
Yes. That's right @Shekharrajak
I use Ruby 2.6.0 + Ubuntu + Jupyter Lab
I just type jupyter lab
instead of jupyter notebook
. Then start Ruby 2.6 lab notebook.
It works well!
That's fantastic!
Well Google charts works. However, the high charts does not work on Jupyter Lab.
@kojix2 , please paste the code that you are using.
Well.. I checked only Google Charts and misunderstood that everything was working. Google Charts became usable by installing the latest Daru. But highcharts do not work. You will see Javascript code as shown in the first image of this issue.
Hi @kojix2 ,
I believe you have set the plotting library to :highcharts
to use this adapter by running Daru::View.plotting_library = :highcharts
.
This will load the required js files in your webpage or IRuby notebook.
Please confirm it once.
Hello!
Hello. Thank you for developing a powerful gem.
But, Is daru / view compatible with Jupyter Lab? https://jupyterlab.readthedocs.io/en/stable/
I got errors when I tried to use daru/view with Jupyter Lab. But Jupyter Notebook works well. So I can use daru-view now.