Skip to content

Commit 1ef81ea

Browse files
committed
fixed <image tag vs <img bug in multiple notebooks
1 parent cca75ff commit 1ef81ea

8 files changed

+185
-57
lines changed

notebooks/A1. Linear Regression - Overview.ipynb

Lines changed: 35 additions & 11 deletions
Large diffs are not rendered by default.

notebooks/A2. Linear Regression - Data Exploration - Lending Club.ipynb

Lines changed: 27 additions & 5 deletions
Large diffs are not rendered by default.

notebooks/B1. Logistic Regression - Overview.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"cell_type": "markdown",
5050
"metadata": {},
5151
"source": [
52-
"<image src=\"files/images/b1fig1_nfloutcomes.png\" />"
52+
"<img src=\"files/images/b1fig1_nfloutcomes.png\" />"
5353
]
5454
},
5555
{
@@ -65,7 +65,7 @@
6565
"cell_type": "markdown",
6666
"metadata": {},
6767
"source": [
68-
"<image src=\"files/images/b1fig2_nfloutcomes_withline.png\" />"
68+
"<img src=\"files/images/b1fig2_nfloutcomes_withline.png\" />"
6969
]
7070
},
7171
{
@@ -87,7 +87,7 @@
8787
"\n",
8888
"It will need to look something like this:\n",
8989
"\n",
90-
"<image src=\"files/images/standardSigmoidFunction.png\" />"
90+
"<img src=\"files/images/standardSigmoidFunction.png\" />"
9191
]
9292
},
9393
{
@@ -239,4 +239,4 @@
239239
"metadata": {}
240240
}
241241
]
242-
}
242+
}

notebooks/B3. Logistic Regression - Analysis.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@
582582
"cell_type": "markdown",
583583
"metadata": {},
584584
"source": [
585-
"<image src=\"files/images/example.png\" />"
585+
"<img src=\"files/images/example.png\" />"
586586
]
587587
},
588588
{
@@ -757,4 +757,4 @@
757757
"metadata": {}
758758
}
759759
]
760-
}
760+
}

notebooks/WA2. Linear Regression - Data Exploration - Lending Club Worksheet.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@
204204
"cell_type": "markdown",
205205
"metadata": {},
206206
"source": [
207-
"<image src=\"files/images/important.png\" />"
207+
"<img src=\"files/images/important.png\" />"
208208
]
209209
},
210210
{
@@ -328,4 +328,4 @@
328328
"metadata": {}
329329
}
330330
]
331-
}
331+
}

notebooks/WB3. Logistic Regression - Analysis- Worksheet.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@
526526
"cell_type": "markdown",
527527
"metadata": {},
528528
"source": [
529-
"<image src=\"files/images/example.png\" />"
529+
"<img src=\"files/images/example.png\" />"
530530
]
531531
},
532532
{
@@ -701,4 +701,4 @@
701701
"metadata": {}
702702
}
703703
]
704-
}
704+
}

notebooks/Z0. A quick tour of the IPython notebook.ipynb

Lines changed: 33 additions & 9 deletions
Large diffs are not rendered by default.

notebooks/Z1. Appendix 1 Plotting code snippets .ipynb

Lines changed: 80 additions & 22 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)