From 1f75dc9725d694b02a9c0bfe9418227e707580fe Mon Sep 17 00:00:00 2001 From: ahcan76 <36778675+ahcan76@users.noreply.github.com> Date: Mon, 18 May 2020 22:40:54 +0300 Subject: [PATCH] Update tutorial-1st-experiment-sdk-train.ipynb Fix the image path --- .../tutorial-1st-experiment-sdk-train.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tutorials/create-first-ml-experiment/tutorial-1st-experiment-sdk-train.ipynb b/tutorials/create-first-ml-experiment/tutorial-1st-experiment-sdk-train.ipynb index 09ac2ca5..0c8d6334 100644 --- a/tutorials/create-first-ml-experiment/tutorial-1st-experiment-sdk-train.ipynb +++ b/tutorials/create-first-ml-experiment/tutorial-1st-experiment-sdk-train.ipynb @@ -212,7 +212,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "![Main Experiment page in the studio](../imgs/experiment_main.png)" + "![Main Experiment page in the studio](./imgs/experiment_main.png)" ] }, { @@ -226,7 +226,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "![Run details page in the studio](../imgs/model_download.png)" + "![Run details page in the studio](./imgs/model_download.png)" ] }, { @@ -386,4 +386,4 @@ }, "nbformat": 4, "nbformat_minor": 2 -} \ No newline at end of file +}