From a0e1e693df79d472810db8529694b3db4a09c5e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20B=C3=BCschelberger?= Date: Wed, 2 Oct 2024 19:37:28 +0200 Subject: [PATCH] update jupyter notebooks for docs --- docs/dsms_sdk/tutorials/1_introduction.ipynb | 1 - docs/dsms_sdk/tutorials/2_creation.ipynb | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dsms_sdk/tutorials/1_introduction.ipynb b/docs/dsms_sdk/tutorials/1_introduction.ipynb index a9bdbac..77e1095 100644 --- a/docs/dsms_sdk/tutorials/1_introduction.ipynb +++ b/docs/dsms_sdk/tutorials/1_introduction.ipynb @@ -14,7 +14,6 @@ "metadata": {}, "source": [ "### 1.1. Setting up\n", - "\n", "Before you run this tutorial: make sure to have access to a DSMS-instance of your interest, alongwith with installation of this package and have establised access to the DSMS through DSMS-SDK (refer to [Connecting to DSMS](../dsms_sdk.md#connecting-to-dsms))\n", "\n", "Now let us import the needed classes and functions for this tutorial." diff --git a/docs/dsms_sdk/tutorials/2_creation.ipynb b/docs/dsms_sdk/tutorials/2_creation.ipynb index fcff28b..b075b7c 100644 --- a/docs/dsms_sdk/tutorials/2_creation.ipynb +++ b/docs/dsms_sdk/tutorials/2_creation.ipynb @@ -14,6 +14,7 @@ "metadata": {}, "source": [ "### 2.1. Setting up\n", + "Before you run this tutorial: make sure to have access to a DSMS-instance of your interest, alongwith with installation of this package and have establised access to the DSMS through DSMS-SDK (refer to [Connecting to DSMS](../dsms_sdk.md#connecting-to-dsms))\n", "\n", "Now let us import the needed classes and functions for this tutorial." ]