I have a notebook connecting to a remote Jupyter kernel. The remote connection was disconnected for some time. After reconnecting, the notebook did not get the cell outputs from the remote kernel. Is there a way to recover the cell's output from the remote kernel? The kernel is still running.
The outputs are using print
, so I can't use the global variable Out
.