Skip to content

Commit 8115e51

Browse files
move some pages
1 parent aa0c3a6 commit 8115e51

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

index.qmd

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ execute:
1717
cache: true
1818
---
1919

20-
---
2120
## napari
2221

2322
## Introduction to `napari`
@@ -217,6 +216,12 @@ nbscreenshot(viewer, alt_text="Empty napari viewer")
217216
- Stored per Python env, reset using `napari --reset`
218217
:::
219218

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+
220225
## napari layers
221226

222227
- the napari visualization data model uses `layers`
@@ -366,14 +371,3 @@ Plugin developer guide: [https://napari.org/dev/plugins/index.html](https://napa
366371
::: {.notes}
367372
over 350, you can also choose to contribute to existing plugins
368373
:::
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-
---

0 commit comments

Comments
 (0)