Hi everyone!
I mainly use VSCode to run Jupyter notebooks connected via SSH to an ARE session. One difference I’ve noticed compared to using ARE in the browser is that when I interrupt a cell execution in VSCode, the entire kernel shuts down, rather than just stopping the cell. Whereas, the browser version of ARE will just stop that cell - which is far more desirable.
I was wondering whether anyone else has noticed this behaviour, or if there is a setting or workaround in VSCode to prevent the kernel from shutting down on interrupt? I’m working with very large datasets and experimenting with efficiency (e.g. using Dask and preprocessing), so being able to interrupt a long-running cell without restarting the entire notebook would be really helpful.
Thanks,
Alanah