Replies: 1 comment
-
Looks like this might be the cause conda-forge/netcdf4-feedstock#174. I guess in the libnetcdf build environment
Footnotes
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I recently started seeing
sh: 1: getfattr: not found
in my notebooks on Read the Docs in the output of cells that load a netCDF from disk, for example, here (since fixed).Another example in the wild
https://projectpythia.org/unstructured-grid-viz-cookbook/notebooks/recipes/mpas-atmo/#relative-humidity
ncdump -h
does it too, before showing results. (this is anompi
libnetcdf)The xarray docs use nbsphinx instead of myst-nb, where I guess it doesn't show up.
Now it does still work, but I assume this should still be reported somewhere, I'm just not sure where (RTD, xarray, netcdf4-python, netcdf-c, myst-nb, theme, ...).
Beta Was this translation helpful? Give feedback.
All reactions