{ "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 }