widgetti / ipyvolume

3d plotting for Python in the Jupyter notebook based on IPython widgets using WebGL
MIT License
1.95k stars 236 forks source link

Ambient lighting example in documentation no longer works #419

Open MattWenham opened 2 years ago

MattWenham commented 2 years ago

The Ambient Light example from the documentation no longer runs, throwing AttributeError: module 'ipyvolume' has no attribute 'light_ambient'. Setting lighting = False also appears to have no effect.

I would like to have a 3D scatter diagram appearing as per the ambient light example, if you could suggest a workaround?