tberlok / paicos

An object-oriented Python package for analysis of (cosmological) simulations performed with Arepo
GNU General Public License v3.0
11 stars 3 forks source link

Dependencies #48

Closed kyleaoman closed 7 months ago

kyleaoman commented 8 months ago

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...

kyleaoman commented 8 months ago

There is also an implicit dependency on ipympl, e.g. in gpu_ray_with_widget_and_logging_v2.ipynb.

tberlok commented 8 months ago

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