Ian Hunt-Isaak

Results 180 issues of 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...

feature
insiders

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

feature
insiders

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

feature
insiders

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

documentation

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

documentation
remote files

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

documentation

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

bug
topic-backends
topic-zarr

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

enhancement
topic-html-repr