Skip to content

Commit 99b4c6a

Browse files
committed
Modified header
1 parent ff14e25 commit 99b4c6a

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

notebooks/examples/speed_up_illustration.ipynb

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
11
{
22
"cells": [
33
{
4-
"cell_type": "code",
5-
"execution_count": 5,
4+
"cell_type": "markdown",
65
"metadata": {},
7-
"outputs": [],
86
"source": [
9-
"import warnings\n",
10-
"\n",
11-
"import matplotlib.pyplot as plt\n",
12-
"import spatialdata as sd\n",
13-
"import spatialdata_plot\n",
14-
"\n",
15-
"warnings.filterwarnings(\"ignore\")"
7+
"# Implicit Performance Improvements"
168
]
179
},
1810
{
1911
"cell_type": "markdown",
2012
"metadata": {},
2113
"source": [
22-
"### Implicit Performance Improvements"
14+
"This notebook illustrates how the performance is automatically improved when rendering images/labels and what to consider when plotting multiscale-images/-labels. A heuristic approach is used to achieve fast rendering times, however, there are multiple ways to change the default behavior.\n",
15+
"\n",
16+
"The example dataset can be downloaded [here](https://s3.embl.de/spatialdata/spatialdata-sandbox/visium_associated_xenium_io.zip)."
2317
]
2418
},
2519
{
26-
"cell_type": "markdown",
20+
"cell_type": "code",
21+
"execution_count": 5,
2722
"metadata": {},
23+
"outputs": [],
2824
"source": [
29-
"This notebook illustrates how the performance is automatically improved when rendering images/labels and what to consider when plotting multiscale-images/-labels. A heuristic approach is used to achieve fast rendering times, however, there are multiple ways to change the default behavior.\n",
25+
"import warnings\n",
3026
"\n",
31-
"The example dataset can be downloaded [here](https://s3.embl.de/spatialdata/spatialdata-sandbox/visium_associated_xenium_io.zip)."
27+
"import matplotlib.pyplot as plt\n",
28+
"import spatialdata as sd\n",
29+
"import spatialdata_plot\n",
30+
"\n",
31+
"warnings.filterwarnings(\"ignore\")"
3232
]
3333
},
3434
{

0 commit comments

Comments
 (0)