Skip to content

Commit e8b3d16

Browse files
authored
Merge pull request #62 from scverse/feature/59-speed-up-illustration
illustration notebook for rasterization & multiscale images
2 parents 00a9c79 + d6016ba commit e8b3d16

File tree

4 files changed

+658
-0
lines changed

4 files changed

+658
-0
lines changed

_static/img/speed.png

28.5 KB
Loading

notebooks.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,5 +148,17 @@ Many different technologies can be visualised out-of-the-box. See below for a co
148148
149149
notebooks/examples/technology_cosmx.ipynb
150150
151+
.. grid-item::
152+
153+
.. container:: custom-card
154+
155+
.. image:: _static/img/speed.png
156+
:target: notebooks/examples/speed_up_illustration.html
157+
158+
.. toctree::
159+
:maxdepth: 1
160+
161+
notebooks/examples/speed_up_illustration.ipynb
162+
151163
152164
```

notebooks/examples/speed_up_illustration.ipynb

Lines changed: 643 additions & 0 deletions
Large diffs are not rendered by default.

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,6 @@ exclude = '''
6565

6666
[tool.jupytext]
6767
formats = "ipynb,md"
68+
69+
[tool.hatch.build.targets.wheel]
70+
packages = ["notebooks"]

0 commit comments

Comments
 (0)