From 4d85c099379d9537f8457a2856c063f390c9d33f Mon Sep 17 00:00:00 2001 From: Robert Rosca <robert.rosca@xfel.eu> Date: Tue, 4 May 2021 13:47:00 +0200 Subject: [PATCH] Add root argument, change in/out folders --- notebooks/test/test-cli.ipynb | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/notebooks/test/test-cli.ipynb b/notebooks/test/test-cli.ipynb index ef866040a..2874fa875 100644 --- a/notebooks/test/test-cli.ipynb +++ b/notebooks/test/test-cli.ipynb @@ -19,8 +19,11 @@ "metadata": {}, "outputs": [], "source": [ - "in_folder = \"/dev/null\" # input folder\n", - "out_folder = \"/dev/null\" # output folder\n", + "root = \"root/path/for/nb\" # Variables included in the user notebook path must\n", + "# be included in the notebook for reasons\n", + "\n", + "in_folder = \"./\" # input folder\n", + "out_folder = \"./\" # output folder\n", "list_normal = [10] # parameterized list, range allowed\n", "list_intellilist = [2345] # parameterized list with ranges, range allowed\n", "concurrency_parameter = [1] # concurrency parameter, range allowed\n", @@ -56,15 +59,9 @@ } ], "metadata": { - "kernelspec": { - "display_name": "Python 3.6.8 64-bit", - "name": "python3" - }, - "language_info": { - "name": "python", - "version": "" - } + "language_info": {}, + "orig_nbformat": 3 }, "nbformat": 4, "nbformat_minor": 0 -} +} \ No newline at end of file -- GitLab