Skip to content

Commit 42acf59

Browse files
committed
timetracking walkthrough
1 parent 3709fb3 commit 42acf59

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

notebooks/walkthrough/03-timetracking.ipynb

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
{
124124
"data": {
125125
"application/vnd.jupyter.widget-view+json": {
126-
"model_id": "5b588104946d4411ac321fad54a0e16e",
126+
"model_id": "80383a00c5884c08a596ae6b94b4894c",
127127
"version_major": 2,
128128
"version_minor": 0
129129
},
@@ -674,7 +674,7 @@
674674
},
675675
{
676676
"cell_type": "code",
677-
"execution_count": 17,
677+
"execution_count": 16,
678678
"id": "0526c84e-955c-4337-a025-dfbdd24c458f",
679679
"metadata": {},
680680
"outputs": [],
@@ -684,12 +684,12 @@
684684
},
685685
{
686686
"cell_type": "code",
687-
"execution_count": 18,
687+
"execution_count": 17,
688688
"id": "53200a33-235c-482e-9399-cbce1d83a0a9",
689689
"metadata": {},
690690
"outputs": [],
691691
"source": [
692-
"my_timesheet = tuttle.rendering.render_timesheet(\n",
692+
"tuttle.rendering.render_timesheet(\n",
693693
" user=app.user,\n",
694694
" timesheet=my_timesheet,\n",
695695
" style=\"anvil\",\n",
@@ -699,13 +699,21 @@
699699
},
700700
{
701701
"cell_type": "code",
702-
"execution_count": null,
702+
"execution_count": 18,
703703
"id": "1bbeff8e-4c1c-42f6-b2a3-190bb6718a0f",
704704
"metadata": {},
705705
"outputs": [],
706706
"source": [
707-
"invoice_path = str(invoice_dir / f\"Invoice-{my_timesheet.title}\" / f\"Timesheet-{my_timesheet.title}.html\")"
707+
"timesheet_path = str(timesheet_dir / f\"Invoice-{my_timesheet.title}\" / f\"Timesheet-{my_timesheet.title}.html\")"
708708
]
709+
},
710+
{
711+
"cell_type": "code",
712+
"execution_count": null,
713+
"id": "7ebbca2c-6d63-4df9-bdca-e36891b9ef7a",
714+
"metadata": {},
715+
"outputs": [],
716+
"source": []
709717
}
710718
],
711719
"metadata": {

0 commit comments

Comments
 (0)