Eduardo Gonzalez
Eduardo Gonzalez
I am unable to display RGB image cubes with reasonable size. The following shows a small snippet of code that works ok: ``` import itk import numpy as np from...
As preparation work for #145 this pull request adds the capability to configure under which launcher category the proxy applications will appear. It needs a bit of check from people...
### Bug description Running the last version from the main repository, the extension does not load and the JS console logs: Refused to execute https://xxx.xxx.xxx/user/eglez/jupyter/lab/extensions/@jupyterlab/server-proxy/static/remoteEntry.de6993e7d2a4b16015fd.js as script because "X-Content-Type-Options: nosniff"...
Would it be possible to add backoffLimit to DaskJobs? Kubernetes jobs have this argument so that the job is reported as failed only it the pod fails a certain number...
In the file `build.py` ``` if cache_from: cmd +=' --cache-from {cache_from}' ``` should be ``` if cache_from: cmd += f' --cache-from {cache_from}' ```
Currently merlin does not work out of the box due to package updates. This PR pins a few package versions to old versions so that it works. Probably it fixes...
Currently the environment file `.merlinenv` **has** to be located in the user's home directory. This is somewhat inconvenient in some cases. The current PR adds support for using an optional...
Currently, as the instructions say, this package has to be installed in "developer mode" i.e. checking out the code somewhere and linking. This PR solves the issue of installing the...