Skip to content

Commit 87e4ffa

Browse files
authored
hide output from verbose cells to cleanup tutorial (#41)
1 parent 82ae395 commit 87e4ffa

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

Diff for: docs/source/tutorial/getting-started.ipynb

+15-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@
1212
"cell_type": "code",
1313
"execution_count": null,
1414
"id": "2a06e71b",
15-
"metadata": {},
15+
"metadata": {
16+
"tags": [
17+
"hide-output"
18+
]
19+
},
1620
"outputs": [],
1721
"source": [
1822
"%pip install https://github.com/camlab-bioml/starling/archive/main.zip\n",
@@ -40,7 +44,11 @@
4044
"cell_type": "code",
4145
"execution_count": null,
4246
"id": "e83f4cce",
43-
"metadata": {},
47+
"metadata": {
48+
"tags": [
49+
"hide-output"
50+
]
51+
},
4452
"outputs": [],
4553
"source": [
4654
"# pl.utilities.seed.seed_everything(10, workers=True)\n",
@@ -67,7 +75,11 @@
6775
"cell_type": "code",
6876
"execution_count": null,
6977
"id": "8c4a203f",
70-
"metadata": {},
78+
"metadata": {
79+
"tags": [
80+
"hide-output"
81+
]
82+
},
7183
"outputs": [],
7284
"source": [
7385
"!wget https://github.com/camlab-bioml/starling/raw/main/docs/source/tutorial/sample_input.h5ad\n",

0 commit comments

Comments
 (0)