Ian Hunt-Isaak
Ian Hunt-Isaak
### Is your feature request related to a problem? Please describe. I'm hoping to run files with multiple interdependent code blocks. This can be achieved using `session` but doing so...
### Is your feature request related to a problem? Please describe. I'd like to be able to `MARKDOWN_AUTO_EXEC` from a configuration file rather than an environment variable. This is in...
### Is your feature request related to a problem? Please describe. I would like to use the docs build execution as a way to check that the code in the...
# Problem I would like to use a github actions artifact from a build step in the readthedocs build. Specifically building a wheel for a rust python project which takes...
Beginning of executable docs (#83). All notebooks will automatically be executed as part of the docs build per the docs here: https://myst-nb.readthedocs.io/en/latest/computation/execute.html# It will be useful to set up the...
## Issue I was attempting to pass `anon=True` to s3fs via `open_virtual_dataset` with `reader_options={"anon":True}` ```python from virtualizarr import open_virtual_dataset open_virtual_dataset( "s3://noaa-cdr-sea-surface-temp-optimum-interpolation-pds/data/v2.1/avhrr/201001/oisst-avhrr-v02r01.20100101.nc", indexes={}, reader_options={"anon":True} ) ``` which fails because everything except...
## Issue When using `to_icechunk` with zarr 3 I get an unexpected userwarning regarding the numcodecs import ## minimal example ```python import xarray as xr from virtualizarr import open_virtual_dataset from...
(cc @tacaswell ) Current on pypi (https://pypi.org/project/ipympl/) this project lists the following maintainers: @ianhi @blink1073 @SylvainCorlay @martinRenou I'm not sure which one of us is the owner, but it is...
### What is your issue? The upcoming zarr-python PR: https://github.com/zarr-developers/zarr-python/pull/2874/ will change how zarr python 3 handles dtypes on zarr stores which will have implications for Xarray. I've run the...
### Is your feature request related to a problem? The dask array repr for a dataarray is pretty nice, but I think it would be even nicer if I could...