K3D-tools / K3D-jupyter

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 be easy for use as stand alone package like matplotlib, but also to allow interoperation with existing libraries as VTK.
MIT License
916 stars 123 forks source link

"No module named `k3d`" on macos #419

Closed bsekura closed 1 year ago

bsekura commented 1 year ago

Description

After installing k3d, importing the module does not work:

image

What I Did

Create a new venv and install k3d:

pip install k3d

Run jupyter-notebook locally and connect to it.

bsekura commented 1 year ago

Right, so it's an error on my side - turns out jupyter-notebook was also installed system wide and the instance started in venv didn't actually run inside venv. Closing.