📌  相关文章
📜  如何在后台运行 colab - 无论代码示例

📅  最后修改于: 2022-03-11 14:57:47.045000             🧑  作者: Mango

代码示例1
# 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))