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.
oura.ipynb - example of loading the Oura data and plotting it oura-correlations.ipynb - three ways to visualize correlations within Oura ring data