Skip to content

Commit c0c6705

Browse files
committed
fix image
1 parent 269e042 commit c0c6705

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

docs/learning/notebooks/markdown_example.ipynb

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,14 @@
103103
"To add a local image:\n",
104104
"\n",
105105
"```md\n",
106-
"![Zeppelin](./Zeppelin.jpg) \n",
106+
"![Zeppelin](./ZeppStatMay2014d.jpg) \n",
107107
"```\n",
108-
"![Zeppelin](../../../_build/_images/Zeppelin.jpg)\n",
109-
"\n"
108+
"or for an image on the web:\n",
109+
"```md\n",
110+
"![Zeppelin](https://nilu.com/wp-content/uploads/2018/05/ZeppStatMay2014d.jpg)\n",
111+
"```\n",
112+
"\n",
113+
"![Zeppelin](https://nilu.com/wp-content/uploads/2018/05/ZeppStatMay2014d.jpg)\n"
110114
]
111115
},
112116
{

0 commit comments

Comments
 (0)