Feat: Student report build

This commit is contained in:
2019-08-04 16:54:12 +02:00
parent 18696a805c
commit d4a08f0142
2 changed files with 28 additions and 9 deletions

View File

@@ -13,7 +13,7 @@
},
{
"cell_type": "code",
"execution_count": 6,
"execution_count": 10,
"metadata": {
"tags": [
"parameters"
@@ -22,24 +22,25 @@
"outputs": [],
"source": [
"tribe = 30\n",
"student = \"ABDOU Asmahane\""
"student = \"ABDOU Asmahane\"\n",
"source = Path(f\"./sheets/{tribe}/\")"
]
},
{
"cell_type": "code",
"execution_count": 9,
"execution_count": 11,
"metadata": {},
"outputs": [
{
"data": {
"text/markdown": [
"# ABDOU Asmahane en 308"
"# ABDOU Asmahane en 30"
],
"text/plain": [
"<IPython.core.display.Markdown object>"
]
},
"execution_count": 9,
"execution_count": 11,
"metadata": {},
"output_type": "execute_result"
}