jupyter-scheduler icon indicating copy to clipboard operation
jupyter-scheduler copied to clipboard

Input file auto-update

Open hardcore-code opened this issue 9 months ago • 6 comments

Problem

When we create a new job definition, the notebook is copied somewhere in the server.

Quite often you change that file and the you need to recreate everything.

Proposed solution

It would be incredible to have the option to retain the link to the original file. Kind of NO_COPY. It would save a lot of time.

Would be nice to have a way to have the job connected to a file path instead of saving a copy of the file that requires a manual update...

It could be an option during the creation/editing.

The field "url" that you have in the db table could be used for that purpose....

Maybe you would need to add an additional flag field called "linked". Once it is true, scheduler uses the url as a link to the file. Once false, use as it is now, a copy to a specific folder in the server.

hardcore-code avatar Jun 03 '24 18:06 hardcore-code