Skip to content

Commit

Permalink
docs: fixed links to built notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Mar 23, 2023
1 parent f746de9 commit a605e73
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ QuantifiedMe

Loading and plotting of various Quantified Self data sources.

You can see an example notebook with fake data built in CI here: https://erik.bjareholt.com/quantifiedme/aw-server-rust/Dashboard.html
You can see an example notebook with fake data built in CI [down below](#notebooks).

**Note:** The code is not in a condition to be used by others than me, but I encourage you to try to anyway, and report or send PRs for any issues you encounter.

Expand Down Expand Up @@ -40,15 +40,15 @@ Can load data from:

There is currently only one example notebook.

- Dashboard
- Dashboard - Preview at: https://erik.bjareholt.com/quantifiedme/Dashboard.html
- Uses ActivityWatch and SmarterTime data from multiple devices (desktop, laptop, phone) to create a unified overview of time spent.
- Used by me as a sort of personal-productivity dashboard.
- Plots things like:
- hours worked per day (and on what)
- which categories are consuming most of my time on a 30-day and 365-day basis
- how much I make in "fictional salary" over time (by assigning an hourly wage to each category)

I also have a collection of private notebooks for exploratory analysis, some of which I hope to share later.
I also have a collection of private notebooks for exploratory analysis, which I hope to share later.


## Configuration
Expand Down
11 changes: 5 additions & 6 deletions notebooks/Dashboard.ipynb
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
{
"cells": [
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
"QuantifiedMe\n",
"============\n",
"\n",
"**Created by:** Erik Bjäreholt ([GitHub](https://github.com/ErikBjare), [Twitter](https://twitter.com/ErikBjare), [LinkedIn](https://www.linkedin.com/in/erikbjareholt/))\n",
" - **Created by:** Erik Bjäreholt ([GitHub](https://github.com/ErikBjare), [Twitter](https://twitter.com/ErikBjare), [LinkedIn](https://www.linkedin.com/in/erikbjareholt/))\n",
" - **Latest version:** https://erik.bjareholt.com/quantifiedme/Dashboard.html\n",
" - **Source:** https://github.com/ErikBjare/quantifiedme\n",
"\n",
"**View the latest built version at: https://erik.bjareholt.com/quantifiedme/aw-server-rust/Dashboard.html**\n",
"<br>\n",
"**Get the code at: https://github.com/ErikBjare/quantifiedme**\n",
"\n",
"Tools for quantified self data to measure and manage behavior, productivity, health, habits, and life in general.\n",
"QuantifiedMe is a collection of software tools for quantified self data. It is used to measure and manage behavior, productivity, health, habits, and life in general.\n",
"\n",
"This public notebook is limited to time tracking data, with actual example data generated by [aw-fakedata](https://github.com/ActivityWatch/aw-fakedata)."
]
Expand Down

0 comments on commit a605e73

Please sign in to comment.