Skip to content

Commit

Permalink
Merge db05d14 into f2b495b
Browse files Browse the repository at this point in the history
  • Loading branch information
jbusecke authored Sep 28, 2023
2 parents f2b495b + db05d14 commit 9c504e2
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions book/leap-pangeo/jupyterhub.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,14 +194,12 @@ fs.rm('leap-persistent/funky-user/file_to_delete.nc')
```

If you want to remove zarr stores (which are an 'exploded' data format, and thus represented by a folder structure) you have to recursively delete the store.
:::{warning}
The warning from above is even more important here! Make sure that the folder you are deleting does not contain any data you do not want to delete!
:::
```python
fs.rm('leap-scratch/funky-user/processed_store.zarr', recursive=True)
```


:::{warning}
The warning from above is even more important here! Make sure that the folder you are deleting does not contain any data you do not want to delete!
:::



Expand Down

0 comments on commit 9c504e2

Please sign in to comment.