Skip to content

Commit

Permalink
removed squidpy as docs dependency; using scanpy instead
Browse files Browse the repository at this point in the history
  • Loading branch information
anushka255 committed Dec 2, 2024
1 parent de8ae35 commit 314a7e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 15 deletions.
19 changes: 5 additions & 14 deletions docs/source/notebooks/paste2_tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
"import matplotlib.pyplot as plt\n",
"import numpy as np\n",
"import scanpy as sc\n",
"import seaborn as sns\n",
"import squidpy as sq"
"import seaborn as sns"
]
},
{
Expand Down Expand Up @@ -133,18 +132,10 @@
"metadata": {},
"outputs": [],
"source": [
"sq.pl.spatial_scatter(\n",
" sliceA, frameon=False, shape=None, color=\"layer_guess_reordered\", figsize=(10, 10)\n",
")\n",
"sq.pl.spatial_scatter(\n",
" sliceB, frameon=False, shape=None, color=\"layer_guess_reordered\", figsize=(10, 10)\n",
")\n",
"sq.pl.spatial_scatter(\n",
" sliceC, frameon=False, shape=None, color=\"layer_guess_reordered\", figsize=(10, 10)\n",
")\n",
"sq.pl.spatial_scatter(\n",
" sliceD, frameon=False, shape=None, color=\"layer_guess_reordered\", figsize=(10, 10)\n",
")"
"sc.pl.spatial(sliceA, color=\"layer_guess_reordered\", spot_size=100, frameon=False)\n",
"sc.pl.spatial(sliceB, color=\"layer_guess_reordered\", spot_size=100, frameon=False)\n",
"sc.pl.spatial(sliceC, color=\"layer_guess_reordered\", spot_size=100, frameon=False)\n",
"sc.pl.spatial(sliceD, color=\"layer_guess_reordered\", spot_size=100, frameon=False)"
]
},
{
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ docs = [
"sphinx-autodoc-annotation",
"jupyterlab",
"plotly",
"squidpy"
]

[project.entry-points."napari.manifest"]
Expand Down

0 comments on commit 314a7e6

Please sign in to comment.