-
Notifications
You must be signed in to change notification settings - Fork 5.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Buffered message don't replay but discarding #5243
Comments
Does anyone has ideas to fix this? |
@NEOherozzz Not a fix, but a work around - do not close/refresh the chrome tab. Once you refresh the chrome tab, the messages from the kernel do reach the browser but the cell and message mapping is lost, so the browser does not know on which cell to render the output. To reconnect to the kernel, use the 'Reconnect to kernel' button instead - |
Got the same issue. I closed my browser tab because I had a long running process and turned of my pc (jupyter lab is running headless remote). Saw nothing in the morning and only |
Hi @lfdversluis , I don't think there's any way to retrieve the messages once the message-to-cell mapping is lost |
Is there any solution? It is important to get all outputs and messages for an active kernel after refreshing a tab or closing a browser window. |
This feature is badly needed. Imagine when you run the code on a remote server yesterday and no output shows on your reconnected browser tab now |
This is definitely something we'd like to support, but will likely not happen here. We're hoping the recent addition of cell-ids may be useful here - along the lines of @amangarg96's comment above. As a result, I'm going to (attempt to) move this to Jupyter Server... @meeseeksdev migrate to jupyter-server/jupyter_server |
Done as jupyter-server/jupyter_server#508. |
Hi,
Recently, I have some troubles with replaying buffered message. When running some cells, and close chrome tab. A few minutes later, reopen it. The running cells message don't show below the cells.
I have read #4105, #4110. So I run
conda install -c conda-forge jupyterlab
to update the version of notebook. but the problem still exists.This is the output of
jupyter troubleshoot
.jupyter troubleshoot.log
This is the output of
jupyter lab --debug
.jupyter lab --debug.log
In
jupyter lab --debug
, I just open chrome tab, running cells below. When it running on cell 3, I close it, wait some minutes and reopen it. But the buffered messages don't show.Does anybody know how to solve it? Thanks in advance!
The text was updated successfully, but these errors were encountered: