Skip to content

Commit 20dea05

Browse files
committed
Add internal link to image widget
1 parent a404be7 commit 20dea05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/examples/Widget List.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1092,7 +1092,7 @@
10921092
"pd.read_csv(io.StringIO(codecs.decode(uploaded_file[\"content\"], encoding=\"utf-8\")))\n",
10931093
"```\n",
10941094
"\n",
1095-
"If the uploaded file is an image, you can visualize it with an image widget:\n",
1095+
"If the uploaded file is an image, you can visualize it with an [image](#Image) widget:\n",
10961096
"\n",
10971097
"```python\n",
10981098
"widgets.Image(value=uploaded_file[\"content\"].tobytes())\n",

0 commit comments

Comments
 (0)