File tree Expand file tree Collapse file tree 1 file changed +6
-12
lines changed Expand file tree Collapse file tree 1 file changed +6
-12
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ execute:
17
17
cache : true
18
18
---
19
19
20
- ---
21
20
## napari
22
21
23
22
## Introduction to ` napari `
@@ -217,6 +216,12 @@ nbscreenshot(viewer, alt_text="Empty napari viewer")
217
216
- Stored per Python env, reset using ` napari --reset `
218
217
:::
219
218
219
+ ## Plugins can be installed from within napari
220
+
221
+ - plugins can be publically discoverable and have global reach via PyPI/conda-forge and [ napari-hub.org] ( https://napari-hub.org )
222
+
223
+ ![ ] ( images/napari_plugin_UI.png ) {height="400" fig-alt="Screenshot of napari UI showing the plugin install/uninstall UI" fig-align="center"}
224
+
220
225
## napari layers
221
226
222
227
- the napari visualization data model uses ` layers `
@@ -366,14 +371,3 @@ Plugin developer guide: [https://napari.org/dev/plugins/index.html](https://napa
366
371
::: {.notes}
367
372
over 350, you can also choose to contribute to existing plugins
368
373
:::
369
-
370
- ## Plugins can be installed from within napari
371
-
372
- - plugins can be publically discoverable and have global reach via PyPI and [ napari-hub.org] ( https://napari-hub.org )
373
-
374
- ![ ] ( images/napari_plugin_UI.png ) {height="400" fig-alt="Screenshot of napari UI showing the plugin install/uninstall UI" fig-align="center"}
375
-
376
-
377
-
378
-
379
- ---
You can’t perform that action at this time.
0 commit comments