Hi! First of all, just wanted to say a big THANK YOU for packaging this.
I wanted to mention that due to a number of instabilities with interactive mode (#18 , curses messing up when window resizes, crashing when external drive is removed), I think it's quite risky to let interactive mode do the plotting... whereas the 'plot' mode seems pretty stable. What I ended up doing is running in 'plot' mode in one terminal, then editing interactive.py to completely remove the plotting functionality (I could also have just put it in 'inactive' mode but I didn't want to accidentally hit 'p' and turn it back on) and running that in a separate terminal. This has worked out much better for me, since I can just restart the interactive terminal when it has problems without losing progress.
Would be nice to make this an actual feature. Not sure if you care to do it since this is a windows fork of the original, but thought I'd mention it here since I suspect most of the instability is related to Windows and doesn't apply as much to the original.
Hi! First of all, just wanted to say a big THANK YOU for packaging this.
I wanted to mention that due to a number of instabilities with interactive mode (#18 , curses messing up when window resizes, crashing when external drive is removed), I think it's quite risky to let interactive mode do the plotting... whereas the 'plot' mode seems pretty stable. What I ended up doing is running in 'plot' mode in one terminal, then editing interactive.py to completely remove the plotting functionality (I could also have just put it in 'inactive' mode but I didn't want to accidentally hit 'p' and turn it back on) and running that in a separate terminal. This has worked out much better for me, since I can just restart the interactive terminal when it has problems without losing progress.
Would be nice to make this an actual feature. Not sure if you care to do it since this is a windows fork of the original, but thought I'd mention it here since I suspect most of the instability is related to Windows and doesn't apply as much to the original.