Closed ricky-lim closed 4 years ago
Thanks for raising this @ricky-lim. What version of jupyter lab are you using? It looks like using ipywidgets with juyter lab is still having some compatibility issues. We can keep an eye on this.
Thank you for the response.
The version I used: 1.2.6.
I tested if the ipywidget works with my jupyter-lab setup
import ipywidgets
ipywidgets.IntSlider()
Fortunately, the widget is rendered :)
Unfortunately, the genome browser was not yet rendered. The only message that was printed is: Loading widget ....
I tried to look into the browser's console, unfortunately no logs are printed.
I am sorry I could not help you with more information to solve the issues.
Thanks for the information @ricky-lim this will be helpful.
Addressed by https://github.com/bigdatagenomics/mango/pull/559
Added with https://github.com/bigdatagenomics/mango/pull/559. Will be pushed in the next release.
Feature request to support the usage with jupyter lab, please.