Mathias Hauser

Results 218 comments of Mathias Hauser

Ok finally.

pandoc must be installed with apt-get. However, ubuntu-22.04 has a rather old version (compared to what nbconvert wants)...

- ubuntu 22.04 installs pandoc v2.9.2.1 - conda installs pandoc v3.2 (as of 05.2024) - nbconvert wants at least v2.14.2 (it does work but is maybe not optimal) ``` [NbConvertApp]...

This could potentially replace #122 / #385.

Yes, that is true - maybe I didn't compile it. But they also mention that they will deprecate it in the future and recommend to use the 'standalone' `weave` package....

I just stumbled over this and opened #8737. Happy to get a review.

can try again now that I switched to myst-nb for rendering the notebooks

There does not seem a way to force the numpy interpolator for the 1D case: https://github.com/pydata/xarray/blob/2f8623d4d9929b61ff4ebfd5232c12474420dfae/xarray/core/missing.py#L472 (that could be a work around)

I haven't checked since reporting, but I guess the issue persists. There is one workaround given above. I opted for not installing 'for all users' instead.