Skip to content

Commit 78acafa

Browse files
committed
fix cat and tree paths, toggle output
1 parent c411993 commit 78acafa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

intermediate/intro-to-zarr.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -198,12 +198,12 @@
198198
"id": "14",
199199
"metadata": {
200200
"tags": [
201-
"scroll-output"
201+
"hide-output"
202202
]
203203
},
204204
"outputs": [],
205205
"source": [
206-
"!tree -a ../data/test.zarr"
206+
"!tree -a {output}"
207207
]
208208
},
209209
{
@@ -212,12 +212,12 @@
212212
"id": "15",
213213
"metadata": {
214214
"tags": [
215-
"scroll-output"
215+
"hide-output"
216216
]
217217
},
218218
"outputs": [],
219219
"source": [
220-
"!cat ../data/test.zarr/zarr.json"
220+
"!cat {output}/zarr.json"
221221
]
222222
},
223223
{

0 commit comments

Comments
 (0)