From d8b6e654fa908abb30133cbb56891ee8ae7cae06 Mon Sep 17 00:00:00 2001 From: Roger Wolf <roger.wolf@kit.edu> Date: Mon, 21 Oct 2024 22:21:30 +0200 Subject: [PATCH] updating tools --- Ferromagnetische_Hysterese/tools/hysteresis_curve.ipynb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Ferromagnetische_Hysterese/tools/hysteresis_curve.ipynb b/Ferromagnetische_Hysterese/tools/hysteresis_curve.ipynb index cd4be6b..76fc10d 100644 --- a/Ferromagnetische_Hysterese/tools/hysteresis_curve.ipynb +++ b/Ferromagnetische_Hysterese/tools/hysteresis_curve.ipynb @@ -4,6 +4,7 @@ "cell_type": "markdown", "id": "001d51ab-bdf8-40b5-9aad-54e33181e05c", "metadata": { + "jp-MarkdownHeadingCollapsed": true, "tags": [] }, "source": [ @@ -99,7 +100,7 @@ "metadata": {}, "outputs": [], "source": [ - "from PhyPraKit.PhyPraKit.phyTools import readPicoScope\n", + "from PhyPraKit.phyTools import readPicoScope\n", "\n", "# Read data from PicoScope; \n", "# * \"data\" is a list of lists which correspond to the columns in the csv file; \n", -- GitLab