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

K3D lets you create 3D plots backed by WebGL with high-level API (surfaces, isosurfaces, voxels, mesh, cloud points, vtk objects, volume renderer, colormaps, etc). The primary aim of K3D-jupyter is to...

Results 37 K3D-jupyter issues
Sort by recently updated
recently updated
newest added

* K3D version: 3.14 * Python version: 3.8 * Operating System: Linux/MacOS (reproduced on both) ### Description There is an issue with K3D alongside the latest versions of jupyterlab. Running...

In case not, this would add extra value to K3D IMO; assuming the implementation is trivial. Quoting a random recent blog that has a nice visual overview at the bottom:...

When I try to run https://github.com/K3D-tools/K3D-jupyter/blob/main/examples/headless.ipynb via Jupyter notebook on a remote Ubuntu 20.04.4 LTS machine with Python 3.7.13 and k3d 2.14.1 installed, calling `headless.sync()` triggers the following rather hard...

Next release

I'm trying out volume rendering in different libraries, namely this one and `yt` (https://yt-project.org/doc/visualizing/volume_rendering.html) When rendering the same dataset with the same transfer function, I get different results. Dataset is...

Using JupyterLab and the latest Google Chrome, I ran this: ```py import k3d from k3d.platonic import Icosahedron plot = k3d.plot(camera_auto_fit=False) plot += Icosahedron().mesh plot.display() ``` Then in the menu on...

Next release

How hard is it to add a logarithmic scale colorLegend? some attributes require a log scale legend rather than a linear one something similar to below screenshot: ![image](https://user-images.githubusercontent.com/44696797/135828168-8d27ff1c-8d8b-48b6-8500-ffe22c2c1784.png)

Hello, I would like to first thank you for your amazing effort in implementing this package. I find it intuitive and much needed. I've been using this package for a...

order independent transparency

How should K3D be cited?

Hi, in scientific visualization it is sometimes needed to use isometric projection. Is it possible to use such a camera model?

Hi! First of all, thanks for the awesome tool, this has been quite an upgrade compared to lots of other 3D tools that support python scripting. I hope to stick...

order independent transparency