-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Understand and support use-cases for in-place notebooks edits #155
Comments
I think this will be useful for various updating reports because currently, making a small change in the text that doesn't affect the results requires many steps (update locally, push to branch, merge, submit to job runner, wait, log in to server, copy and check files for release, push to new branch, merge again). It would be great if this kind of small change could just be the first 3 of these steps! |
Trying a manual tag: @brianmackenna |
Summary of the issue:
A workaround is to save the edited notebook file to a new location, which is listed in |
We're going to have to come up with an alternative workflow here as all the workarounds are essentially just exploiting bugs in job-runner which will fix at some point. I think what we need to do is:
|
Closing in favour of this option in our pipeline. |
Due to the way the job-runner manages files, it's not currently possible to execute and save a .ipynb notebook, unless you save it as something else (either a different name, file location, or file type).
So you either have to save it to a different location and then run another action to put it back (using file system operations in R, say), or execute manually on the server.
The text was updated successfully, but these errors were encountered: