You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I executed a notebook with nbconvert command and the notebook takes a long time to be fully executed. It finishes successfully executing. However the output is partially written in the new notebook. Is there any way to write the output to the files during execution?
Note: I was trying to save the output in the same file with --inplace=True.
The text was updated successfully, but these errors were encountered:
Currently no. The processor builds the whole notebook and then persists it into the desired format. https://papermill.readthedocs.io/en/latest/ wraps nbconvert and it will save notebook execution after each cell completes (and optionally log to stdout/err during cell execution). After I finish #905 it should be more feasible to potentially allow similar behavior directly in nbconvert.
I executed a notebook with nbconvert command and the notebook takes a long time to be fully executed. It finishes successfully executing. However the output is partially written in the new notebook. Is there any way to write the output to the files during execution?
Note: I was trying to save the output in the same file with --inplace=True.
The text was updated successfully, but these errors were encountered: