Skip to content

Commit

Permalink
wfc3_exception_report.ipynb: fixed image rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
dulude committed Nov 28, 2023
1 parent 0a07a7c commit 5716bec
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions notebooks/WFC3/exception_report/wfc3_exception_report.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"<img align=\"left\" width=\"1500\" height=\"1200\" src=\"docs/typical_images.png\">"
"<!-- <img align=\"left\" width=\"1500\" height=\"1200\" src=\"docs/typical_images.png\"> -->\n",
"![typical_images.png](docs/typical_images.png)"
]
},
{
Expand All @@ -95,7 +96,8 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"<img align=\"left\" width=\"600\" height=\"600\" src=\"docs/flt_vs_flc.gif\">\n"
"<!-- <img align=\"left\" width=\"600\" height=\"600\" src=\"docs/flt_vs_flc.gif\"> -->\n",
"![flt_vs_flc.gif](docs/flt_vs_flc.gif)\n"
]
},
{
Expand Down Expand Up @@ -718,7 +720,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.5"
"version": "3.8.12"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 5716bec

Please sign in to comment.