You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains a napari plugin for interactively exploring and annotating SpatialData objects. Here you can find the [napari-spatialdata documentation](https://spatialdata.scverse.org/projects/napari/en/latest/notebooks/spatialdata.html). `napari-spatialdata` is part of the `SpatialData` ecosystem. To learn more about SpatialData, please see the [spatialdata documentation](https://spatialdata.scverse.org/).
14
+
This repository contains a napari plugin for interactively exploring and annotating
15
+
SpatialData objects. Here you can find the [napari-spatialdata documentation]
16
+
(https://spatialdata.scverse.org/projects/napari/en/stable/notebooks/spatialdata.html). `napari-spatialdata` is part of the `SpatialData` ecosystem. To learn more about SpatialData, please see the [spatialdata documentation](https://spatialdata.scverse.org/).
15
17
16
18
## Installation
17
19
@@ -21,7 +23,7 @@ You can install `napari-spatialdata` via [pip]:
21
23
22
24
The `all` command will install the qt bindings `PyQt5`.
23
25
24
-
You can find more details on this in the [installation instructions](https://spatialdata.scverse.org/en/latest/installation.html).
26
+
You can find more details on this in the [installation instructions](https://spatialdata.scverse.org/en/stable/installation.html).
25
27
26
28
## Using napari-spatialdata as default zarr reader
27
29
@@ -40,14 +42,19 @@ Or, you can also install in editable mode after cloning the repo by:
40
42
cd napari-spatialdata
41
43
pip install -e .
42
44
43
-
Note: when performing an editable install of `napari-spatialdata`, `spatialdata` will be reinstalled from `pip`. So, if you previously also made an editable install of `spatialdata`, you need to re-run `pip install -e .` on the `spatialdata` repository. Please find more details on this in the [installation instructions](https://spatialdata.scverse.org/en/latest/installation.html).
45
+
Note: when performing an editable install of `napari-spatialdata`, `spatialdata`
46
+
will be reinstalled from `pip`. So, if you previously also made an editable install
47
+
of `spatialdata`, you need to re-run `pip install -e .` on the `spatialdata`
48
+
repository. Please find more details on this in the [installation instructions](https://spatialdata.scverse.org/en/stable/installation.html).
44
49
45
50
## Getting started
46
51
47
-
To learn how to use the `napari-spatialdata` plugin, please see the [documentation](https://spatialdata.scverse.org/projects/napari/en/latest/notebooks/spatialdata.html). To learn how to integrate napari-spatialdata into your analysis workflows, please see the [SpatialData tutorials](https://spatialdata.scverse.org/en/latest/tutorials/notebooks/notebooks.html). In particular:
52
+
To learn how to use the `napari-spatialdata` plugin, please see the [documentation](https://spatialdata.scverse.org/projects/napari/en/stable/notebooks/spatialdata.html).
53
+
To learn how to integrate napari-spatialdata into your analysis workflows, please
54
+
see the [SpatialData tutorials](https://spatialdata.scverse.org/en/stable/tutorials/notebooks/notebooks.html). In particular:
48
55
49
-
-[Annotating regions of interest with napari](https://spatialdata.scverse.org/en/latest/tutorials/notebooks/notebooks/examples/napari_rois.html)
50
-
-[Use landmark annotations to align multiple -omics layers](https://spatialdata.scverse.org/en/latest/tutorials/notebooks/notebooks/examples/alignment_using_landmarks.html)
56
+
-[Annotating regions of interest with napari](https://spatialdata.scverse.org/en/stable/tutorials/notebooks/notebooks/examples/napari_rois.html)
57
+
-[Use landmark annotations to align multiple -omics layers](https://spatialdata.scverse.org/en/stable/tutorials/notebooks/notebooks/examples/alignment_using_landmarks.html)
0 commit comments