Plugins and artifacts
Similar to ImageJ, JIPipe is modular and can be extended with a variety of functions. Plugins add new nodes, data types, and more features. When you install JIPipe, it ships with all plugins provided by us. All plugins are enabled and work as-is. No additional configuration is needed.
Artifacts are JIPipe's way to distribute third-party tools like Ilastik, Cellpose, Python, or R. We uploaded these tools to a centralized repository, so users do not have to download and install them manually.
Managing artifacts
JIPipe auto-selects artifacts based on a variety of criteria that include your operating system, preferred acceleration methods, and supported CUDA version. The version that was found is then automatically written into newly created projects, so JIPipe can restore the exact (or best fitting approximation) artifacts on other computers.
To review/configure the artifacts utilized in your project, navigate to
and browse through the entries in the category.Clicking the Configure ... button reveals a variety of options, including the manual setup of
Managing plugins
The plugin manager can be found by navigating to
(JIPipe 4.1.0 or older) or (since JIPipe 4.2.0).In the window you can see a list of all available JIPipe plugins with the status. Select an item in the list to display more information, including the authors and license. Here you can also enable or disable plugins.
After you made changes, you will be prompted to restart JIPipe.