My understanding of running notebooks is that you can 1. schedule a task, which starts a session with the user who created the task and runs in the background. The other way is 2. Open the notebook and run the cells, and this starts a session with the current user. Running a script this way, the notebook/tab needs to be open, or else the session will stop.
Adding a "Run Notebook" button on the item detail page under "Open Notebook" would be an efficient way to allow the user to run a one-off session, so you don't need to schedule a task for time outside its original schedule or suffer through having the notebook session open the whole time. There are caviats to this functionality; not all notebooks are press run and go. This would be ideal for scripts that are task eligible and maybe just need to be run outside the original schedule for any reason.
I like this idea, but submit that because of the power of notebooks to do things with potentially far-reaching consequences (both intended and not), there is st least a minor safety check imposed by the requirement that one open the notebook before running it. At least it forces one to look at the actual contents before pushing "go".
Perhaps a compromise would be to have the item details page run button exposed only if a checkbox or setting is specified within the notebook, to lower the risk of unfinished or potentially dangerous notebooks being run when they shouldn't be.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.