1.x updates

This commit is contained in:
2026-05-19 08:34:22 -04:00
parent 3f3fce62d3
commit 9d91ac8ebc
53 changed files with 4541 additions and 2111 deletions

View File

@@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# 01 Overview\n",
"# 01 \u2014 Overview\n",
"\n",
"Sanity-check the synced data: what's there, how complete it is, and what you've been up to recently.\n",
"\n",
@@ -13,7 +13,7 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
@@ -22,7 +22,7 @@
"\n",
"import pandas as pd\n",
"import matplotlib.pyplot as plt\n",
"from analysis import open_conn, load_activities, load_wellness\n",
"from openrun import open_conn, load_activities, load_wellness\n",
"\n",
"pd.options.display.float_format = '{:.2f}'.format\n",
"conn = open_conn()"
@@ -514,7 +514,7 @@
"ax.set_xticklabels(['Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec'])\n",
"ax.set_ylabel('km')\n",
"ax.set_xlabel('')\n",
"ax.set_title('Monthly running km year over year')\n",
"ax.set_title('Monthly running km \u2014 year over year')\n",
"ax.legend(title='Year')\n",
"ax.grid(alpha=0.3)\n",
"plt.tight_layout()"
@@ -628,4 +628,4 @@
},
"nbformat": 4,
"nbformat_minor": 5
}
}