Feat: tpl_evaluation parameters and absolute path

This commit is contained in:
2019-08-04 16:43:06 +02:00
parent 595102ecca
commit 18696a805c
3 changed files with 30 additions and 33 deletions

View File

@@ -1,19 +1,5 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": 36,
"metadata": {
"tags": [
"parameters"
]
},
"outputs": [],
"source": [
"tribe = \"308\"\n",
"assessment = \"161114_dm2\""
]
},
{
"cell_type": "code",
"execution_count": 37,
@@ -27,10 +13,16 @@
},
{
"cell_type": "code",
"execution_count": 40,
"metadata": {},
"execution_count": 36,
"metadata": {
"tags": [
"parameters"
]
},
"outputs": [],
"source": [
"tribe = \"308\"\n",
"assessment = \"161114_dm2\"\n",
"csv_file = Path(f\"./sheets/{tribe}/{assessment}.csv\")"
]
},

View File

@@ -1,5 +1,16 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": 7,
"metadata": {},
"outputs": [],
"source": [
"from IPython.display import Markdown as md\n",
"import pandas as pd\n",
"from pathlib import Path"
]
},
{
"cell_type": "code",
"execution_count": 6,
@@ -10,21 +21,10 @@
},
"outputs": [],
"source": [
"tribe = 308\n",
"tribe = 30\n",
"student = \"ABDOU Asmahane\""
]
},
{
"cell_type": "code",
"execution_count": 7,
"metadata": {},
"outputs": [],
"source": [
"from IPython.display import Markdown as md\n",
"import pandas as pd\n",
"from pathlib import Path"
]
},
{
"cell_type": "code",
"execution_count": 9,