Skip to content

Commit 7ed4b00

Browse files
committed
fix image links
1 parent 8953071 commit 7ed4b00

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cookbook/A quick tour of IPython Notebook.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,17 +73,17 @@
7373
"source": [
7474
"After the first time, you should see this:\n",
7575
"<div align=\"center\">\n",
76-
"<img src=\"files/images/tab-once.png\" width=\"75%\">\n",
76+
"<img src=\"images/tab-once.png\" width=\"75%\">\n",
7777
"</div>\n",
7878
"\n",
7979
"After the second time:\n",
8080
"<div align=\"center\">\n",
81-
"<img src=\"files/images/tab-twice.png\" width=\"75%\">\n",
81+
"<img src=\"images/tab-twice.png\" width=\"75%\">\n",
8282
"</div>\n",
8383
"\n",
8484
"After the fourth time, a big help box should pop up at the bottom of the screen, with the full documentation for the `read_csv` function:\n",
8585
"<div align=\"center\">\n",
86-
"<img src=\"files/images/tab-4-times.png\" width=\"90%\">\n",
86+
"<img src=\"images/tab-4-times.png\" width=\"90%\">\n",
8787
"</div>"
8888
]
8989
},
@@ -112,7 +112,7 @@
112112
"You should see this:\n",
113113
"\n",
114114
"<div align=\"center\">\n",
115-
"<img src=\"files/images/function-completion.png\" width=\"30%\">\n",
115+
"<img src=\"images/function-completion.png\" width=\"30%\">\n",
116116
"</div>"
117117
]
118118
},

0 commit comments

Comments
 (0)