Skip to content

Commit d28e245

Browse files
committed
lint
1 parent afb7ca4 commit d28e245

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/tutorials/general/Harpy_feature_calculation.ipynb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
},
191191
{
192192
"cell_type": "code",
193-
"execution_count": 6,
193+
"execution_count": null,
194194
"metadata": {},
195195
"outputs": [
196196
{
@@ -205,7 +205,8 @@
205205
}
206206
],
207207
"source": [
208-
"import spatialdata_plot\n",
208+
"import spatialdata_plot # noqa\n",
209+
"\n",
209210
"axes = plt.subplots(1, 3, figsize=(10, 10))[1].flatten()\n",
210211
"for c, ax in zip(subset_channels, axes, strict=False):\n",
211212
" sdata.pl.render_images(\"HumanLiverH35\", channel=c).pl.show(title=c, ax=ax, colorbar=False)"

environment_vib_compute.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ dependencies:
1717
- distributed
1818
- bokeh
1919
- ipython
20-
- ipykernel
20+
- ipykernel

0 commit comments

Comments
 (0)