Skip to content

Commit

Permalink
FIX: Fix the rendering of images
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrover1 committed Jun 15, 2024
1 parent af4babc commit ebc068d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebooks/rooki_enso_nonlinear.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"id": "6cff08e9",
"metadata": {},
"source": [
"<center><img src=\"images/alpha_output.png\" width=550 alt=\"Alpha output\"></img></center>"
"<img src=\"images/alpha_output.png\" width=550 alt=\"Alpha output\"></img>"
]
},
{
Expand Down Expand Up @@ -348,7 +348,7 @@
"id": "a4266bc6",
"metadata": {},
"source": [
"<center><img src=\"images/alpha_example.png\" alt=\"Alpha parameter\" style=\"width: 600px\"></img></center>"
"<img src=\"images/alpha_example.png\" alt=\"Alpha parameter\" style=\"width: 600px\"></img>"
]
},
{
Expand Down

0 comments on commit ebc068d

Please sign in to comment.