Last active
September 5, 2020 19:49
-
-
Save ozturkoktay/16ee2988574c74c41dbe922d6f29c9b2 to your computer and use it in GitHub Desktop.
Wake up colab python notebook when training
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Wake up colab python notebook when training */ | |
function ClickConnect(){ | |
console.log("Working"); | |
document.querySelector("colab-toolbar-button").click() | |
} | |
setInterval(ClickConnect,60000) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment