Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions nbs/11_clean.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -428,13 +428,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"This cleans notebooks on-save to avoid unnecessary merge conflicts. The easiest way to install it for both Jupyter Notebook and Lab is by running `nbdev_install_hooks`. It works by implementing a `pre_save_hook` from Jupyter's [file save hook API](https://jupyter-server.readthedocs.io/en/latest/developers/savehooks.html).\n",
"\n",
"The `jupyter_hooks` settings key controls whether hooks are run. Here are a few useful configurations:\n",
"\n",
"- All notebooks in all repos for a user: `True` in both user and project settings (this is default behaviour)\n",
"- Never: `False` in user settings\n",
"- Only in selected repos: `False` in user settings, overridden with `True` in project settings"
"This cleans notebooks on-save to avoid unnecessary merge conflicts. The easiest way to install it for both Jupyter Notebook and Lab is by running `nbdev_install_hooks`. It works by implementing a `pre_save_hook` from Jupyter's [file save hook API](https://jupyter-server.readthedocs.io/en/latest/developers/savehooks.html)."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion nbs/17_release.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Create software releases\n",
"# release\n",
"\n",
"> Auto-generated tagged releases and release notes from GitHub issues"
]
Expand Down
Loading