Running google colab every day at a specific time
You need to create a notebooks.csv listing all the Colaboratory URLs. Then use colabctl to run each notebook (In order, synchronously mentioned in the CSV) and then pauses for a period of n seconds of time before running them again. You can then run python colabctl.py <end-string> <sleep-seconds>, There’s a gCookies.pkl file in the repo. … Read more