Skip to content

Commit 4af4d47

Browse files
authored
Merge pull request #1328 from michaelaye/patch-2
Correct explanation for fname=None
2 parents 7e7bbc0 + 05d4a5d commit 4af4d47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nbs/api/11_clean.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@
405405
"cell_type": "markdown",
406406
"metadata": {},
407407
"source": [
408-
"By default (`fname` left to `None`), all the notebooks in `lib_folder` are cleaned. You can opt in to fully clean the notebook by removing every bit of metadata and the cell outputs by passing `clear_all=True`.\n",
408+
"By default (`fname` left to `None`), all the notebooks in `config.nbs_path` are cleaned. You can opt in to fully clean the notebook by removing every bit of metadata and the cell outputs by passing `clear_all=True`.\n",
409409
"\n",
410410
"If you want to keep some keys in the main notebook metadata you can set `allowed_metadata_keys` in `settings.ini`.\n",
411411
"Similarly for cell level metadata use: `allowed_cell_metadata_keys`. For example, to preserve both `k1` and `k2` at both the notebook and cell level adding the following in `settings.ini`:\n",

0 commit comments

Comments
 (0)