ipygany icon indicating copy to clipboard operation
ipygany copied to clipboard

3-D Scientific Visualization in the Jupyter Notebook

Results 42 ipygany issues
Sort by recently updated
recently updated
newest added

I'm thinking about a subclass of `ipygany.Component`, which would provide: - an attribute that holds a list of arrays (or a nd-array) - an integer attribute used to index that...

`ipygany.Component.array` accepts [ipydatawidgets](https://github.com/vidartf/ipydatawidgets)' `NDArrayWidget` instances, which is nice if we want to send to the front-end some numpy arrays that may be then reused across multiple widgets (ipygany or other)....

enhancement

When I create triangle indices with a `dtype='uint16'`, I get no output and this message in the browser console: ``` WebGL warning: drawElementsInstanced: Indexed vertex fetch requires 71173184 vertices, but...

In e.g. matplotlib, `np.nan` is shown as transparent in an image plot. I guess it is currently not supported in ipygany. It would be nice to also not render it,...

We should expose the scene's background property to Python and allow changing the skybox.

enhancement

There is a `dataset_adapter` in vtk that should speed up the vtk file loading: ```Python from vtk.numpy_interface import dataset_adapter as dsa # Get vertices as a NumPy array without going...

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...

dependencies
javascript

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 1.4.2. Release notes Sourced from loader-utils's releases. v1.4.2 1.4.2 (2022-11-11) Bug Fixes ReDoS problem (#226) (17cbf8f) v1.4.1 1.4.1 (2022-11-07) Bug Fixes security problem (#220) (4504e34)...

dependencies
javascript

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...

dependencies
javascript