From 3c54a9a4a41ee1e36f6b11d53feff921a3dd79b7 Mon Sep 17 00:00:00 2001 From: Eric Charles Date: Mon, 21 Mar 2022 14:50:37 +0100 Subject: [PATCH] Use place-hold.it instead of plaecehold.it to create image placeholders (#6320) --- 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)" ] }, {