From 112f3f759f173ff71db5708ca679e6fa40b3d8de Mon Sep 17 00:00:00 2001
From: "manuela.richter" <manuela.richter@tu-darmstadt.de>
Date: Thu, 23 Feb 2023 10:35:15 +0100
Subject: [PATCH] added notebook for analysis

---
 ausarbeitung.ipynb | 102 +++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 102 insertions(+)
 create mode 100644 ausarbeitung.ipynb

diff --git a/ausarbeitung.ipynb b/ausarbeitung.ipynb
new file mode 100644
index 0000000..bb28dfc
--- /dev/null
+++ b/ausarbeitung.ipynb
@@ -0,0 +1,102 @@
+{
+ "cells": [
+  {
+   "cell_type": "markdown",
+   "id": "9d0d63c1",
+   "metadata": {},
+   "source": [
+    "# FAIRe Qualitäts-KPIs"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 1,
+   "id": "c61985be",
+   "metadata": {},
+   "outputs": [],
+   "source": [
+    "# import modules\n",
+    "from functions import calculation_rules\n",
+    "from functions import classes"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 2,
+   "id": "8d0d8deb",
+   "metadata": {},
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "You called the test function.\n"
+     ]
+    }
+   ],
+   "source": [
+    "# test the import\n",
+    "calculation_rules.test_function()"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": null,
+   "id": "d211b05d",
+   "metadata": {},
+   "outputs": [],
+   "source": []
+  }
+ ],
+ "metadata": {
+  "hide_input": false,
+  "kernelspec": {
+   "display_name": "Python 3 (ipykernel)",
+   "language": "python",
+   "name": "python3"
+  },
+  "language_info": {
+   "codemirror_mode": {
+    "name": "ipython",
+    "version": 3
+   },
+   "file_extension": ".py",
+   "mimetype": "text/x-python",
+   "name": "python",
+   "nbconvert_exporter": "python",
+   "pygments_lexer": "ipython3",
+   "version": "3.10.0"
+  },
+  "varInspector": {
+   "cols": {
+    "lenName": 16,
+    "lenType": 16,
+    "lenVar": 40
+   },
+   "kernels_config": {
+    "python": {
+     "delete_cmd_postfix": "",
+     "delete_cmd_prefix": "del ",
+     "library": "var_list.py",
+     "varRefreshCmd": "print(var_dic_list())"
+    },
+    "r": {
+     "delete_cmd_postfix": ") ",
+     "delete_cmd_prefix": "rm(",
+     "library": "var_list.r",
+     "varRefreshCmd": "cat(var_dic_list()) "
+    }
+   },
+   "types_to_exclude": [
+    "module",
+    "function",
+    "builtin_function_or_method",
+    "instance",
+    "_Feature"
+   ],
+   "window_display": false
+  }
+ },
+ "nbformat": 4,
+ "nbformat_minor": 5
+}
-- 
GitLab