So basically , I need to find a way of automating/looping the following process:
- Cells in Colab are run by the user.
- At the end of execution, the colab runtime resets to factory settings (this is not a simple runtime restart as it does not reset the environment IP using for eg. os._exit(), or os.kill() that's not what I need because it doesn't factory reset the backend)
- The environment reconnects to a new runtime, and runs the cells again.
The above process continues in a loop.
I tried doing this with some novice JQuery techniques in the console by manually trying to drop down the runtime menu and click factory reset runtime, but really really stuck, since I'm not exactly a JQuery expert :(
Also, I have already tried assigning shortcuts to the 'factory reset runtime' command, and tried to simulate that using selenium in another notebook, but that doesn't work asw :(
Could someone please help :) Also I'm a freshie here so I'm sorry if I offend someone by not giving enough info, just lemme know :)
question from:
https://stackoverflow.com/questions/65944792/jquery-console-shortcut-to-simulate-functions-in-colab 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…