You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been keeping track of my sleep using an Excel spreadsheet to record the data and Google Colab with Python, Matplotlib and Pandas to create a graph of the data. Following the advice of Dr. Andrew Huberman and Dr. Matthew Walker, I've been trying to improve my sleeping pattern, creating consistency and waking up early. Code written by ChatGPT.
For this code to work in Google Colab, the Excel spreadsheet must be uploaded into the session's storage.
Here's an example of the output of the code from the last update:
About
I've been keeping track of my sleep using an Excel spreadsheet to record the data and Google Colab with Python, Matplotlib and Pandas to create a graph of the data. Following the advice of Dr. Andrew Huberman and Dr. Matthew Walker, I've been trying to improve my sleeping pattern, creating consistency and waking up early. Code written by ChatGPT.