Skip to content

Commit 77c7eca

Browse files
committed
remove the tutorials folder as it has too much dependencies
1 parent dd1d60a commit 77c7eca

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.run_notebooks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ declare -a notebooks=(
1515
"$base_dir/examples/plotting/*.ipynb"
1616
"$base_dir/examples/image/*.ipynb"
1717
"$base_dir/examples/graph/*.ipynb"
18-
"$base_dir/tutorials/*.ipynb"
18+
# "$base_dir/tutorials/*.ipynb" don't include because it contains many external modules
1919
)
2020

2121
# Initialize an array to hold valid notebook paths

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ deps =
153153
nbconvert
154154
leidenalg
155155
watermark
156+
napari-spatialdata
156157
extras = docs,neural
157158
changedir = {tox_root}{/}docs
158159
commands =

0 commit comments

Comments
 (0)