Napari client for the imaging-server-kit project.
Project description
🪐 Napari Server Kit
Run Imaging Server Kit algorithms interactively in Napari.
Installation
You can install the plugin either via python or the executable installer.
Python installation
You can install napari-serverkit via pip::
pip install napari-serverkit
or clone the project and install the development version:
git clone https://github.com/Imaging-Server-Kit/napari-serverkit.git
cd napari-serverkit
pip install -e .
Then, start Napari with the Server Kit plugin from the terminal:
napari -w napari-serverkit
Executable installer
Download, unzip, and execute the installer from the Releases page.
Usage
Refer to the Imaging Server Kit documentation for detailed instructions on how to use the napari-serverkit plugin.
TL;DR
- In Python, use
sk.to_napari(algo)to generate a dock widget for ansk.algorithmobject and use it in Napari. - In Napari, connect to an algorithm server via
Plugins > Server Kit (Napari Server Kit).
import napari
import imaging_server_kit as sk
@sk.algorithm
def my_algorithm(...):
...
sk.to_napari(my_algorithm)
napari.run()
Contributing
Contributions are very welcome.
License
This software is distributed under the terms of the BSD-3 license.
Issues
If you encounter any problems, please file an issue along with a detailed description.
Acknowledgements
This project uses the PyApp software for creating a runtime installer.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file napari_serverkit-0.1.2.tar.gz.
File metadata
- Download URL: napari_serverkit-0.1.2.tar.gz
- Upload date:
- Size: 9.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
65221c79d054c3311082105a382b60fbf5c764513913e6f6c11f8a427b7bd3c7
|
|
| MD5 |
6076e41fac38e67481fd57a1a05e5fe2
|
|
| BLAKE2b-256 |
f63309287a03fa42f1ec14df22569e7f3531488c5cbc3356fe95d08602d9ea20
|
File details
Details for the file napari_serverkit-0.1.2-py3-none-any.whl.
File metadata
- Download URL: napari_serverkit-0.1.2-py3-none-any.whl
- Upload date:
- Size: 17.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c65c295b7e9d4e6a6e2a4456f8dd06c7372d246a18e41d9d7464e2711b17f623
|
|
| MD5 |
1b6686bb83be17151147fcfcb50b4018
|
|
| BLAKE2b-256 |
8019ffbf0bb0654b1336683a9c67a4b025d18ddfbd63fd6dadf22413f79f43fd
|