Paul Gierz
Paul Gierz
Hello, I'm having a bit of trouble finding an example in the handbook, so I thought I'd ask here. I'm trying to implement opening a remote zip file containing NetCDF...
Hi there, Looking through issues (#88) and pull requests (#122) only got me part of the way, so I thought I'd ask for some help as a new issue. I'm...
closes #96 This automatically detects the gitlab host you used and injects it into the provided snakemake module. ## Summary by CodeRabbit * **New Features** * Added support for specifying...
At the moment, it seems as if when I enter a gitlab address to start from, I get a gitlab entry, but without checking for the host. ``` snakedeploy deploy-workflow...
Hello, I am trying to include large files via the `FileInput` widget. Effectively, this is something like this: ``` import panel as pn import xarray as xr pn.extension() uploader =...
This adds an index file caching for tar filesystems, useful when you have listed the tar already and don't want to re-examine it. At the moment I use JSON for...
Hi there, I'm trying to write some examples for our users using `fsspec` so they can incorporate it into their own scripts. Only some of our users are proficient in...