Skip to content

Commit

Permalink
fix image links
Browse files Browse the repository at this point in the history
  • Loading branch information
jvns committed Oct 23, 2024
1 parent 8953071 commit 7ed4b00
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cookbook/A quick tour of IPython Notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -73,17 +73,17 @@
"source": [
"After the first time, you should see this:\n",
"<div align=\"center\">\n",
"<img src=\"files/images/tab-once.png\" width=\"75%\">\n",
"<img src=\"images/tab-once.png\" width=\"75%\">\n",
"</div>\n",
"\n",
"After the second time:\n",
"<div align=\"center\">\n",
"<img src=\"files/images/tab-twice.png\" width=\"75%\">\n",
"<img src=\"images/tab-twice.png\" width=\"75%\">\n",
"</div>\n",
"\n",
"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",
"<div align=\"center\">\n",
"<img src=\"files/images/tab-4-times.png\" width=\"90%\">\n",
"<img src=\"images/tab-4-times.png\" width=\"90%\">\n",
"</div>"
]
},
Expand Down Expand Up @@ -112,7 +112,7 @@
"You should see this:\n",
"\n",
"<div align=\"center\">\n",
"<img src=\"files/images/function-completion.png\" width=\"30%\">\n",
"<img src=\"images/function-completion.png\" width=\"30%\">\n",
"</div>"
]
},
Expand Down

0 comments on commit 7ed4b00

Please sign in to comment.