Skip to content

Commit

Permalink
Merge pull request #1328 from michaelaye/patch-2
Browse files Browse the repository at this point in the history
Correct explanation for fname=None
  • Loading branch information
jph00 authored May 31, 2023
2 parents 7e7bbc0 + 05d4a5d commit 4af4d47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nbs/api/11_clean.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"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",
"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",
"\n",
"If you want to keep some keys in the main notebook metadata you can set `allowed_metadata_keys` in `settings.ini`.\n",
"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",
Expand Down

0 comments on commit 4af4d47

Please sign in to comment.