Answers for "how to run colab in background"

0

how to run colab in background

# ctrl + shift + i
# then in the console tab write this:
(setInterval(function(){ console.log("Connect pushed"); document.querySelector("#top-toolbar > colab-connect-button").shadowRoot.querySelector("#connect").click(); },60000))
Posted by: Guest on January-21-2021

Code answers related to "how to run colab in background"

Browse Popular Code Answers by Language