David Brochart

Results 1133 comments of David Brochart

I looked at the `xyz_server-tiff.ipynb` and `xyz_client-tiff.ipynb` notebooks, this looks good! You've basically reimplemented xarray-leaflet. I'm also interested in using xpublish as a [jupyverse](https://github.com/jupyter-server/jupyverse) plugin. Since both use FastAPI, this...

[FastAPI-Users](https://github.com/fastapi-users/fastapi-users) does a lot of heavy-lifting for authentication and user management. That's what we use in [jupyverse](https://github.com/jupyter-server/jupyverse).

Thanks for pinging me @jhamman. I opened #102, where I started declaring the routers in `base`, `common` and `zarr` as FPS routers. Nothing much, but with this, after installing xpublish...

Maybe instead of looking at what has been produced, we could look at what has been consumed? For instance, after running a recipe, we could store the list of input...

> Perhaps we could store the list of input files directly in the target dataset metadata itself (`attrs`). I was thinking about that, but what if the target is not...

xtensor is funded by QuantStack but xnd is funded by Quansight.

I'm more familiar with the Python bindings than the C library, but the documentation about creating an `xnd` container is [here](http://xnd.readthedocs.io/en/latest/libxnd/functions.html#create-typed-memory-blocks). You will need to create a [context](http://ndtypes.readthedocs.io/en/latest/libndtypes/context.html#functions) and [flags](http://xnd.readthedocs.io/en/latest/libxnd/data-structures.html#flags)....

I just wanted to mention that there is kind of a similar situation with [IPython](https://github.com/ipython/ipython) and [IPython Parallel](https://github.com/ipython/ipyparallel): while the former is a general tool that *can* be used to...

It seems that Chrono is a dependency of Proteus (1.7.0), can you please confirm @cekees?