As of 1-2 weeks ago, a notebook I am developing has started to pause in mid flow. It is not in a compute-intensive step and there appears to be no pattern as to where is pauses.
By pause I mean the current step has In [*]
I am getting some console output which has errors (see below)
I am now fully up to date on packages but the error started before I updated all
Thank you
Exception in callback None()
handle: <Handle cancelled>
Traceback (most recent call last):
File "C:\Users\<user>\AppData\Local\Programs\Python\Python311\Lib\asyncio\events.py", line 80, in _run
self._context.run(self._callback, *self._args)
File "C:\Users\<user>\AppData\Roaming\Python\Python311\site-packages\tornado\platform\asyncio.py", line 192, in _handle_events
handler_func(fileobj, events)
File "C:\Users\<user>\AppData\Roaming\Python\Python311\site-packages\tornado\iostream.py", line 695, in _handle_events
self._handle_write()
File "C:\Users\<user>\AppData\Roaming\Python\Python311\site-packages\tornado\iostream.py", line 965, in _handle_write
self._write_buffer.advance(num_bytes)
File "C:\Users\<user>\AppData\Roaming\Python\Python311\site-packages\tornado\iostream.py", line 182, in advance
assert 0 < size <= self._size
^^^^^^^^^^^^^^^^^^^^^^
AssertionError
[I 11:47:52.453 NotebookApp] Starting buffering for 130b71b0-f5db-4413-a8b6-c5d5dc141e96:aa6db31b0af84030a8909fbeee721522
[I 11:47:53.836 NotebookApp] Restoring connection for 130b71b0-f5db-4413-a8b6-c5d5dc141e96:aa6db31b0af84030a8909fbeee721522
[I 11:47:53.836 NotebookApp] Replaying 80 buffered messages
[I 11:49:46.565 NotebookApp] Saving file at /<company>/<division>/Python/Production 2023 v13-Copy1.ipynb
[I 11:51:46.575 NotebookApp] Saving file at /<company>/<division>/Python/Production 2023 v13-Copy1.ipynb
[I 11:55:46.577 NotebookApp] Saving file at /<company>/<division>/Python/Production 2023 v13-Copy1.ipynb