I would like to run a Google Colab notebook with a schedule from a server (not with a open tab on my computer).
There is this question on Stack Overflow: Running google colab every day at a specific time but the answer (Colab CTL in Python) does not for with me. (The GitHub Repo also notes that it has some problems right now)
Preferably I would like it to be with Node.js of Python but I am ok with other languages.
Are there alternatives to Colab CTL? Or a totaly diferent way of doing this?