Closed kyleaoman closed 7 months ago
There is also an implicit dependency on ipympl
, e.g. in gpu_ray_with_widget_and_logging_v2.ipynb
.
I have added matplotlib as a dependency and now give instructions about ipywidgets in the relevant notebook: https://paicos.readthedocs.io/en/latest/notebooks/notebook6_interactive_visualization_on_the_gpu.html
Will add any comments on dependencies here as I come across them.
To start: the notebook examples depend on matplotlib, which is not a dependency of the package (could be added as an optional dependency) or mentioned in the docs. While most users probably have this installed, I started from a blank virtual environment to catch these sorts of corner cases...