Browse Source

Started sleep stuff

master
jrtechs 4 years ago
parent
commit
a75917cb3d
9 changed files with 56609 additions and 1 deletions
  1. +0
    -1
      notebooks/fitbit/GraphingMyLifeWithFitbit.ipynb
  2. +7486
    -0
      notebooks/fitbit/data/sleep-2019-04-02.json
  3. +8059
    -0
      notebooks/fitbit/data/sleep-2019-06-01.json
  4. +8492
    -0
      notebooks/fitbit/data/sleep-2019-07-01.json
  5. +6336
    -0
      notebooks/fitbit/data/sleep-2019-07-31.json
  6. +8372
    -0
      notebooks/fitbit/data/sleep-2019-09-29.json
  7. +8540
    -0
      notebooks/fitbit/data/sleep-2019-11-28.json
  8. +8896
    -0
      notebooks/fitbit/data/sleep-2019-12-28.json
  9. +428
    -0
      notebooks/fitbit/fitbitsleep.ipynb

+ 0
- 1
notebooks/fitbit/GraphingMyLifeWithFitbit.ipynb View File

@ -336,7 +336,6 @@
"plt.xlabel(\"Date\")\n",
"plt.ylabel(\"Resting Heart Rate (BPM)\")\n",
"plt.show()\n",
"\n",
"#plt.savefig('restingHeartRate.svg')"
]
},

+ 7486
- 0
notebooks/fitbit/data/sleep-2019-04-02.json
File diff suppressed because it is too large
View File


+ 8059
- 0
notebooks/fitbit/data/sleep-2019-06-01.json
File diff suppressed because it is too large
View File


+ 8492
- 0
notebooks/fitbit/data/sleep-2019-07-01.json
File diff suppressed because it is too large
View File


+ 6336
- 0
notebooks/fitbit/data/sleep-2019-07-31.json
File diff suppressed because it is too large
View File


+ 8372
- 0
notebooks/fitbit/data/sleep-2019-09-29.json
File diff suppressed because it is too large
View File


+ 8540
- 0
notebooks/fitbit/data/sleep-2019-11-28.json
File diff suppressed because it is too large
View File


+ 8896
- 0
notebooks/fitbit/data/sleep-2019-12-28.json
File diff suppressed because it is too large
View File


+ 428
- 0
notebooks/fitbit/fitbitsleep.ipynb
File diff suppressed because it is too large
View File


Loading…
Cancel
Save