Fritz Lekschas
Fritz Lekschas
Thanks for the example and the pointer to bokeh. I think the tools should be part of the `show()` method instead of the `Scatter` class as `show()` defines the buttons....
Thanks for testing jupyter-scatter and apologies for the glitch. This might be related to https://github.com/flekschas/jupyter-scatter/issues/39. We recently noticed that `jupyterlab-widgets` was bumped from v1 to v3 and it seems like...
What is being returned when you run `jupyter labextension list`?
Apologies for responding so slowly. I was out most if the weekend. I have the following packages installed in my conda env: ``` anyio==3.5.0 appnope==0.1.3 argon2-cffi==21.3.0 argon2-cffi-bindings==21.2.0 asttokens==2.0.5 attrs==21.4.0 Babel==2.9.1...
I just tested the following fresh conda environment and it works for me as expected: ``` name: jscatter-py39-ipyw7-jlab1 channels: - conda-forge - defaults dependencies: - python==3.9.* - nodejs==18.* - numpy...
The key issue is ipywidgets and jupyterlab_widgets. For now ipywidgets `v8` and jupyterlab_widgets `v3` are not supported as they changed something internally. I created a ticket with the ipywidgets folks...
Makes sense! I've fixed the version of ipywidgets and jupyterlab_widgets for now (see `v0.7.3`). In my local tests it works as expected. Could you give that version a try?
I fixed the incompatibilities. If you have time, can you give https://github.com/flekschas/jupyter-scatter/pull/42 a try?
@nvictus @golobor Does this new API work for you: https://github.com/hms-dbmi/higlass/pull/297 ? There's no UI for this yet but you can at least use the public JS api to set it...
Sorry for replying so late :( I am looping in @pkerpedjiev who might know what's going on. I've never used this feature myself so I can't say what exactly is...