Jenni Rinker

Results 4 comments of Jenni Rinker

Unfortunately the custom js doesn't work for me locally, as soon as I switch to another tab, the first section collapses. Big +1 on this functionality for me as well,...

I am getting this issue and can probably help with recreating it. MWE: ```python import netCDF4 as nc4 f = nc4.Dataset('sample.nc','w', format='NETCDF4') ``` Packages: - NetCDF4 1.4.0 installed using conda...

Solved it: I just uninstalled the version of h5py that was installed with pip. Interestingly, some other package I have must include h5py as a hidden requirement because it's not...

As to "why" the `tool.hatch.build.targets.wheel` was added: to be honest, I also don't know why my students added it. The example `pyproject.toml` I gave them did not have the extra...