Bookmarklet for those using Paperspace Gradient Notebooks regularly.
If you use notebooks regularly/daily, and you switch it off, next day the notebooks have a new ID, so all the windows/tabs you left open are not valid anymore.
Things likehttps://nx6awj8s.gradient.paperspace.com/terminals/1
https://nx6awj8s.gradient.paperspace.com/lab
https://different.gradient.paperspace.com/terminals/1
https://different.gradient.paperspace.com/lab
javascript:(function() { var notebookID= prompt("Enter New Notebook ID",""); if (notebookID) window.location=window.location.toString().replace(/\/\/\w{5,9}/,"//"+notebookID); })()
Just create a bookmark and then substitute its url for the code
O maybe bookmark this UpdateNotebook
(you can change the name to whatever you want)
I hope it helps.
0 Comments:
Post a Comment
<< Home