Alessio Arena
Alessio Arena
## Describe the issue When rendering a notebook using Voila, the interactive matplotlib widget using ipympl backend is also rendered. However this widget is completely missing the Axes, therefore not...
### What is your issue? I am trying to scatter an large array and pass it as keyword argument to a function applied using `apply_ufunc` but that is currently not...
I came across an unexpected behavior when defining local conda channels in Windows. At the beginning I was not sure how to define a local conda channel in a yaml...
### What happened? Trying to save a lazy xr.DataArray of datetime objects as a zarr forces a dask.compute operation and retrieves the data to the local notebook. This is generally...
I built a SFX using 7zip and the SFXMod. This successfully extracts files and runs the RunProgram. However it looks like it is completely ignoring the return code of the...
I have the need of using JSON encoded parameters in my WMS server, and I've been testing this against TerriaJS deployed as NationalMap. The parameter I need to pass is...
#### Code Sample, a copy-pastable example if possible A "Minimal, Complete and Verifiable Example" will make it much easier for maintainers to help you: http://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports ```python import xarray as xr...