It would be great to run stopped jupyter notebooks from the state they were left in, without any additional syncing. This would enable a more common workflow for jupyter notebooks. Currently I can emulate this by initializing an empty project, launching floyd in jupyter mode providing the output of the previous run as input to the new run, and manually doing "cp -r /input/* /output" from jupyter, but it is quite unintuitive.