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
2 changes: 2 additions & 0 deletions chapter3/demo_smoothed_tv_inpainting.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
"source": [
"# Smoothed TV image inpainting\n",
"\n",
"Authors: Jack Brockett and Jørgen S. Dokken\n",
"\n",
"```{admonition} Download sources\n",
":class: download\n",
"* {download}`Python script <./demo_smoothed_tv_inpainting.py>`\n",
Expand Down
2 changes: 2 additions & 0 deletions chapter3/demo_smoothed_tv_inpainting.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@

# # Smoothed TV image inpainting
#
# Authors: Jack Brockett and Jørgen S. Dokken
#
# ```{admonition} Download sources
# :class: download
# * {download}`Python script <./demo_smoothed_tv_inpainting.py>`
Expand Down
Loading