Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
quality-kpi
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Stumpe, Marius
quality-kpi
Commits
112f3f75
Commit
112f3f75
authored
2 years ago
by
Richter, Manuela
Browse files
Options
Downloads
Patches
Plain Diff
added notebook for analysis
parent
793f18c9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ausarbeitung.ipynb
+102
-0
102 additions, 0 deletions
ausarbeitung.ipynb
with
102 additions
and
0 deletions
ausarbeitung.ipynb
0 → 100644
+
102
−
0
View file @
112f3f75
{
"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
}
%% Cell type:markdown id:9d0d63c1 tags:
# FAIRe Qualitäts-KPIs
%% Cell type:code id:c61985be tags:
```
python
# import modules
from
functions
import
calculation_rules
from
functions
import
classes
```
%% Cell type:code id:8d0d8deb tags:
```
python
# test the import
calculation_rules
.
test_function
()
```
%% Output
You called the test function.
%% Cell type:code id:d211b05d tags:
```
python
```
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment