Hi, nice plugin!
I was wondering if there would be a way to halt the execution of the cell until a file is selected / callback activated. This would be helpful for situations where you are executing cells in order, and don't want the next cell to run until the filechooser has done its thing. I tried put a while loop with sleep until the callback happens, but then can't interact with the file chooser.
Hi, nice plugin!
I was wondering if there would be a way to halt the execution of the cell until a file is selected / callback activated. This would be helpful for situations where you are executing cells in order, and don't want the next cell to run until the filechooser has done its thing. I tried put a while loop with sleep until the callback happens, but then can't interact with the file chooser.