-
The website napari-hub.org has an API which can be used to list all napari plugins, e.g. like this:
```
def get_all_plugin_data():
url = 'https://api.napari-hub.org/plugins/index'
json_u…
-
git-bob think about how to update the code in this repository to make use of napari's yml plugin definition. You find the documentation for this file format under the headline "npe2 contributions" her…
-
git-bob think about how to update the code in this repository to make use of napari's yml plugin definition. You find the documentation for this file format under the headline "npe2 contributions" her…
-
Create a conda env:
```
conda create -y -n napari-env -c conda-forge python=3.9
conda activate napari-env
python -m pip install "napari-spatialdata[all]" "napari[all]" spatialdata_io jupyterlab
pytho…
-
If I open an image in napari 0.5.4 and then launch the widget (from Plugins menu) and click Create, I get a traceback:
```
-------------------------------------------------------------------------…
-
- [x] Please add the step to install PyQt5, possibly earlier in the "Install the Plugin" section before "Post Installation":
> Install GUI toolkit PyQt5:
> ```
> pip install -U 'napari[pyqt5]'
> `…
-
We would like to have the ability to load single frames from a video (minimally just loading an image) into napari as an `Image` layer.
The development of this feature will be facilitated by #38 and …
-
Other dev teams have expressed interest in using our plugin manager in their ecosystem. To that end, we offered to provide a plugin-manager UI that is uncoupled from napari as much as possible. The en…
-
* Research on Models that are compatible with the collected datasets
* List available models from IDMS
* Upload models with metadata to IDMS
* Select models based on the loaded image and available met…
-
### Solution to issue cannot be found in the documentation.
- [X] I checked the documentation.
### Issue
I'm starting to see `pari` added to the `.ci_support` files of `noarch` packages that do not…