BrenBarn
BrenBarn
Thanks for responding. The problem is not 100% reliably reproducible. It seems to be more common if I unhibernate multiple tabs in quick succession, but also sometimes happens without that....
+1000. The most essential feature for all text editors.
A simple modification to reduce the size of logs would be to allow enabling longs on a per-room basis. I don't necessarily want logs of huge rooms I'm in where...
Here is some sample code showing the problem. I am running this in a conda environment where I have conda-installed matplotlib and ipykernel and "jupyter_client>> Received stale IO message") print(msg)...
@ccordoba12 Any thoughts?
No, an abort message is sent that looks like this: `{'header': {'msg_id': '3292d5aa-94a7ff5fa27337f927c9c7a4_27', 'msg_type': 'execute_reply', 'username': 'brenbarn', 'session': '3292d5aa-94a7ff5fa27337f927c9c7a4', 'date': datetime.datetime(2023, 2, 13, 21, 4, 6, 440994, tzinfo=tzutc()), 'version': '5.3'},...
No, a subsequent execution request will succeed normally. The exception seems to swallow just one execute request. I don't really understand the workings of the kernel and the eventloop (which...
I came across this issue while searching for info about a related but slightly different question: is it possible to have the entire Jupyterlab server shut itself down when its...
The problem appears to be due to the way results and expectations are combined with `filter_expectations`. Specifically, it excludes "unsatisfiable" matches without considering whether they were successes or failures, and...
I agree that would be useful. A problem with the existing behavior is that if you use the search, and your result is in a closed window, the search will...