jupyter-scatter icon indicating copy to clipboard operation
jupyter-scatter copied to clipboard

Interactive 2D scatter plot widget for Jupyter Lab and Notebook. Scales to millions of points!

Results 19 jupyter-scatter issues
Sort by recently updated
recently updated
newest added

Hi, thanks so much for developing this wonderful package! It's been extremely helpful, and I'd like to report some bug that I encountered. I often find the tick label value...

bug

Bumps [terser](https://github.com/terser/terser) from 5.5.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

After #11, we use `traittypes.Array` to annotate `JupyterScatter.points` and `JupyterScatter.selection`. However, `traittypes.Array` is valid for _any_ numpy array and the `shape`/`dtype` for `points` and `selection` are more strict. We should...

enhancement

(or maybe this is possible and I was just unable to find it) In the applications I'm interested in the "rotation" tool is not really necessary, and I find it...

When I try the tool, I keep hitting this error. ![CleanShot 2022-10-06 at 16 47 07](https://user-images.githubusercontent.com/1019791/194344507-8e6db10f-85fc-4959-a0a8-168f56a89c68.png) ``` [Open Browser Console for more detailed log - Double click to close this...

bug

This PR updates the widget to be compatible with ipywidgets `v8` and jupyterlab-widgets `v3`. Close #39

It appears that jupyter-scatter is not working with jupyter-widgets v2 and/or v3. This is probably due to not bumping the version of `@jupyter-widgets/base` to accept v5 and v6. These jupyter...

bug

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...

dependencies

I use VSCode when developing and running jupyter notebooks. However, I'm not able to get jupyter-scatter plots to display here. They do work when running a jupyter notebook in the...

bug

I would like to use panels from jupyter-scatter as is for figures in a publication. Is it possible to export to png in high resolution?

enhancement