|
15 | 15 | "/mnt/home/stephen.williams/micromamba/envs/spatialdata-io/lib/python3.12/site-packages/pyproj/network.py:59: UserWarning: pyproj unable to set PROJ database path.\n", |
16 | 16 | " _set_context_ca_bundle_path(ca_bundle_path)\n", |
17 | 17 | "/mnt/home/stephen.williams/micromamba/envs/spatialdata-io/lib/python3.12/site-packages/xarray_schema/__init__.py:1: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.\n", |
18 | | - " from pkg_resources import DistributionNotFound, get_distribution\n" |
| 18 | + " from pkg_resources import DistributionNotFound, get_distribution\n", |
| 19 | + "/mnt/home/stephen.williams/micromamba/envs/spatialdata-io/lib/python3.12/site-packages/anndata/__init__.py:44: FutureWarning: Importing read_text from `anndata` is deprecated. Import anndata.io.read_text instead.\n", |
| 20 | + " return module_get_attr_redirect(attr_name, deprecated_mapping=_DEPRECATED)\n" |
19 | 21 | ] |
20 | 22 | }, |
21 | 23 | { |
|
35 | 37 | "import tempfile\n", |
36 | 38 | "import subprocess\n", |
37 | 39 | "import scanpy as sc\n", |
| 40 | + "import spatialdata_plot\n", |
38 | 41 | "\n", |
39 | 42 | "print(f\"spatialdata_io=={sdio.__version__}\")\n", |
40 | 43 | "print(f\"spatialdata=={sdata.__version__}\")" |
|
46 | 49 | "metadata": {}, |
47 | 50 | "source": [ |
48 | 51 | "# Download Visium HD example dataset from 10x public data repository\n", |
49 | | - "You'll need approximately 15 Gb of disk space" |
| 52 | + "\n", |
| 53 | + "You'll need approximately 15 Gb of disk space\n" |
50 | 54 | ] |
51 | 55 | }, |
52 | 56 | { |
|
103 | 107 | "id": "d3179312", |
104 | 108 | "metadata": {}, |
105 | 109 | "source": [ |
106 | | - "# Read in Visium HD data" |
| 110 | + "# Read in Visium HD data\n" |
107 | 111 | ] |
108 | 112 | }, |
109 | 113 | { |
|
204 | 208 | "id": "cee7dab5", |
205 | 209 | "metadata": {}, |
206 | 210 | "source": [ |
207 | | - "# Visualize the images and segmentations" |
| 211 | + "# Visualize the images and segmentations\n" |
208 | 212 | ] |
209 | 213 | }, |
210 | 214 | { |
|
289 | 293 | "id": "a51d631b", |
290 | 294 | "metadata": {}, |
291 | 295 | "source": [ |
292 | | - "Now let's visualizes a relevant gene Hpca" |
| 296 | + "Now let's visualizes a relevant gene Hpca\n" |
293 | 297 | ] |
294 | 298 | }, |
295 | 299 | { |
|
352 | 356 | "id": "7a6e7f25", |
353 | 357 | "metadata": {}, |
354 | 358 | "source": [ |
355 | | - "# Quality control and filtering" |
| 359 | + "# Quality control and filtering\n" |
356 | 360 | ] |
357 | 361 | }, |
358 | 362 | { |
|
461 | 465 | "id": "dcf446f2", |
462 | 466 | "metadata": {}, |
463 | 467 | "source": [ |
464 | | - "# Normalization and Clustering" |
| 468 | + "# Normalization and Clustering\n" |
465 | 469 | ] |
466 | 470 | }, |
467 | 471 | { |
|
634 | 638 | "metadata": {}, |
635 | 639 | "source": [ |
636 | 640 | "# Calculate centroids\n", |
637 | | - "Use nucleus centroids for this calculation for use in analyses like cell cell communication " |
| 641 | + "\n", |
| 642 | + "Use nucleus centroids for this calculation for use in analyses like cell cell communication\n" |
638 | 643 | ] |
639 | 644 | }, |
640 | 645 | { |
|
0 commit comments