From 1f8e089e53b6f984c44999b37cd870aeae9e1588 Mon Sep 17 00:00:00 2001 From: Eric Charles Date: Mon, 21 Mar 2022 07:06:58 +0100 Subject: [PATCH] use place-hold.it instead of plaecehold.it to create image placeholders --- tools/tests/Confined Output.ipynb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/tools/tests/Confined Output.ipynb b/tools/tests/Confined Output.ipynb index 8ba354d6ec..42bf5c89bc 100644 --- a/tools/tests/Confined Output.ipynb +++ b/tools/tests/Confined Output.ipynb @@ -13,11 +13,11 @@ "source": [ "markdown image:\n", "\n", - "\n", + "\n", "\n", "unconfined markdown image:\n", "\n", - "" + "" ] }, { @@ -48,7 +48,7 @@ { "data": { "text/html": [ - "" + "" ], "text/plain": [ "" @@ -60,7 +60,7 @@ } ], "source": [ - "Image(url=\"http://placehold.it/800x200.png\", embed=False)" + "Image(url=\"http://place-hold.it/800x200.png\", embed=False)" ] }, { @@ -90,7 +90,7 @@ } ], "source": [ - "Image(url=\"http://placehold.it/800x200.png\", embed=True)" + "Image(url=\"http://place-hold.it/800x200.png\", embed=True)" ] }, { @@ -124,7 +124,7 @@ } ], "source": [ - "Image(url=\"http://placehold.it/800x200.png\", embed=True, unconfined=True)" + "Image(url=\"http://place-hold.it/800x200.png\", embed=True, unconfined=True)" ] }, { @@ -159,7 +159,7 @@ } ], "source": [ - "Image(url=\"http://placehold.it/1800x200.jpg\", embed=True, retina=True)" + "Image(url=\"http://place-hold.it/1800x200.jpg\", embed=True, retina=True)" ] }, {