Skip to content

Commit bcda954

Browse files
committed
Updating readme
1 parent d4122e7 commit bcda954

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
# An Introduction to Solving Ordinary Differential Equations Numerically
22

3-
This repo contains the code for my Summer of Math Exposition submission.
3+
This repo contains the code for my Summer of Math Exposition submission.
4+
5+
You can find the submission [here](https://davidumsonst.github.io/IntroToSolvingODEsNumerically/voici/render/IntroductionToSolvingODEsNumerically.html?).

content/IntroductionToSolvingODEsNumerically.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
},
160160
{
161161
"cell_type": "code",
162-
"execution_count": 3,
162+
"execution_count": null,
163163
"id": "6f15bb3f",
164164
"metadata": {},
165165
"outputs": [
@@ -235,7 +235,7 @@
235235
"fig1.update_yaxes(range=[x0-1.25, x0+1.25])\n",
236236
"\n",
237237
"\n",
238-
"HTML(fig1.to_html(include_plotlyjs=\"cdn\", full_html=False, div_id=\"fig1\"))"
238+
"display(HTML(fig1.to_html(include_plotlyjs=\"cdn\", full_html=False, div_id=\"fig1\")))"
239239
]
240240
},
241241
{

0 commit comments

Comments
 (0)