Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 963 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 963 Bytes

Exploring the Oura Ring Data

Getting and understanding the data

Prerequisites: Howto setup Jupyter notebook for WSL2 (pyenv, pip)

Command line: Choose the python env you wish to use, then:

pyenv install 3.10.0
pyenv virtualenv 3.10.0 jupyters
pyenv local jupyters
python -m pip install jupyterlab  (or pip install jupyterlab)
python -m jupyterlab --no-browser (or jupyter-lab --no-browser)

optional: pip install pandas mlplot

If you're not using pyenv, can skip the first three steps.

What do we have here?

oura.ipynb - example of loading the Oura data and plotting it oura-correlations.ipynb - three ways to visualize correlations within Oura ring data