Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
169 views
in Technique[技术] by (71.8m points)

python - JQuery/console shortcut to simulate functions in colab?

So basically , I need to find a way of automating/looping the following process:

  1. Cells in Colab are run by the user.
  2. 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)
  3. 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

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...