I saw similar questions, but they refered to older versions of jupyter..
I had a (very) long process running on jupyter notebook on AWS remote machine, and I forgot to write the resulting dataframe after the computation was complete. At some point, the ssh connection was terminated (Broken pipe), and the notebook on the browser lost connection to the kernel.
I ran ps -aux | grep jupyter, ps -aux | grep ipykernel , and saw that the process is still out there.
What are the steps that I should take in order to reconnect to the (existing) jupyter kernel and save the data? Is that even possible?
