Fritz Lekschas

Results 168 comments of Fritz Lekschas

Wow! Maybe the `text` property gets so massive that it runs out of memory. I noticed that some annotated notes are duplicated 40 times, blowing up the description text massively....

Might be related to #568.

Thank you for reporting the issue. Unfortunately, I'm not a VSCode user and have only tested the plugin in Jupyter Notebook and Lab. My hunch is that VSCode is running...

Oh that mean that the widget wasn't installed/registered properly. I.e., what the error is saying that the Python widget v0.7.1 is not finding a corresponding front-end widget with v0.7.1. How...

I tried to get jupyter-scatter to run with VS Code the other day and can confirm that, while ipywidgets work, jupyter-scatter does not work. At this point I am not...

See https://github.com/jupyter-widgets/ipywidgets/issues/3607 for details.

@manzt The issue might be related to the deserialization. When I run the widget with ipywidgets v8 I see the following in the console: ``` r._deserialize_state is not a function...

Are you suggesting to simply remove the rotation tool? It might not be useful to you but then nobody really forces you to use it and removing the button does...

I see, thanks for clarifying. For customization, you can use [ipywidgets](https://ipywidgets.readthedocs.io/en/stable/). For instance, the [`scatter.show()`](https://github.com/flekschas/jupyter-scatter/blob/master/jscatter/widget.py#L692-L726) method is merely a helper to link some jupyter-scatter functionality to buttons using ipywidgets. But...

It depends on the scope/functionality you're thinking of. At the moment, I am not entirely sure what kind of customization you're having in mind. If it's about hiding/showing pre-defined buttons...