bigdatagenomics / mango

A scalable genome browser. Apache 2 licensed.
Apache License 2.0
125 stars 31 forks source link

jupyterlab extension #553

Closed ricky-lim closed 4 years ago

ricky-lim commented 4 years ago

Feature request to support the usage with jupyter lab, please.

akmorrow13 commented 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.

ricky-lim commented 4 years ago

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.

akmorrow13 commented 4 years ago

Thanks for the information @ricky-lim this will be helpful.

akmorrow13 commented 4 years ago

Addressed by https://github.com/bigdatagenomics/mango/pull/559

akmorrow13 commented 4 years ago

Added with https://github.com/bigdatagenomics/mango/pull/559. Will be pushed in the next release.