Open
Description
Accoring to @mguidon from #620 :
The saving is a bit more convoluted but we have the exact same problem with sim4lfe and the jupyterlabs. This would require a change in the iSeg code base to enable some sort of API that enables the system to tell the application to save the current project. Now, even if we can do that, would you always just store the current project? Would you just create a backup? Would you have the user to answer this question for every dynamic service in a study?
@newton1985 comments:
after thinking this over another time, the easiest solution is probably just to automatically pull up the outputs/output_1 (or outputs/output_2 if outputs_1 has data etc) directory every time the user clicks "save". since the service is interactive anyway, we probably don't need to obsess over eliminating interactive steps (i.e. fully automated saving). it's more about avoiding the navigation of the filesystem.