Thanks Wayne;
EC2: Ubuntu was whatever the default was a week ago and I’ve run sudo apt upgrade
a couple times. Obviously if Ubuntu is an issue I can pick some other flavor of Linux as a start image.
To the crux:
Classic
mode almost works. The slider appears and is adjustable with changing readout; but it also creates an infinite tailspin error (I paste this below) that does not halt even when I stop the kernel. A re-start of the kernel does halt it. And ipyturtle
is still not producing any output. I do initiate the nbextension with jupyter nbextension enable --py --sys-prefix ipyturtle
but to no avail.
My preference is Jupyter Lab but of course I can do the Classic workaround if I can get that working without the error until such time. I notice you did not flag my node
version so that is a relief as I have not been able to make progress with perhaps updating it. r
--- Logging error ---
Traceback (most recent call last):
File "/home/ubuntu/anaconda3/lib/python3.8/site-packages/ipykernel/comm/manager.py", line 67, in get_comm
return self.comms[comm_id]
KeyError: '3759d9c5d38c4f0c8c14c5305b71ae8e'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ubuntu/anaconda3/lib/python3.8/logging/__init__.py", line 1085, in emit
self.flush()
File "/home/ubuntu/anaconda3/lib/python3.8/logging/__init__.py", line 1065, in flush
self.stream.flush()
OSError: [Errno 5] Input/output error
Call stack:
File "/home/ubuntu/anaconda3/lib/python3.8/runpy.py", line 194, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/home/ubuntu/anaconda3/lib/python3.8/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/home/ubuntu/anaconda3/lib/python3.8/site-packages/ipykernel_launcher.py", line 16, in <module>
app.launch_new_instance()
File "/home/ubuntu/anaconda3/lib/python3.8/site-packages/traitlets/config/application.py", line 664, in launch_instance
app.start()
File "/home/ubuntu/anaconda3/lib/python3.8/site-packages/ipykernel/kernelapp.py", line 612, in start
self.io_loop.start()
File "/home/ubuntu/anaconda3/lib/python3.8/site-packages/tornado/platform/asyncio.py", line 149, in start
self.asyncio_loop.run_forever()
File "/home/ubuntu/anaconda3/lib/python3.8/asyncio/base_events.py", line 570, in run_forever
self._run_once()
File "/home/ubuntu/anaconda3/lib/python3.8/asyncio/base_events.py", line 1859, in _run_once
handle._run()
File "/home/ubuntu/anaconda3/lib/python3.8/asyncio/events.py", line 81, in _run
self._context.run(self._callback, *self._args)
File "/home/ubuntu/anaconda3/lib/python3.8/site-packages/tornado/ioloop.py", line 690, in <lambda>
lambda f: self._run_callback(functools.partial(callback, future))
File "/home/ubuntu/anaconda3/lib/python3.8/site-packages/tornado/ioloop.py", line 743, in _run_callback
ret = callback()
File "/home/ubuntu/anaconda3/lib/python3.8/site-packages/tornado/gen.py", line 787, in inner
self.run()
File "/home/ubuntu/anaconda3/lib/python3.8/site-packages/tornado/gen.py", line 748, in run
yielded = self.gen.send(value)
File "/home/ubuntu/anaconda3/lib/python3.8/site-packages/ipykernel/kernelbase.py", line 365, in process_one
yield gen.maybe_future(dispatch(*args))
File "/home/ubuntu/anaconda3/lib/python3.8/site-packages/tornado/gen.py", line 209, in wrapper
yielded = next(result)
File "/home/ubuntu/anaconda3/lib/python3.8/site-packages/ipykernel/kernelbase.py", line 268, in dispatch_shell
yield gen.maybe_future(handler(stream, idents, msg))
File "/home/ubuntu/anaconda3/lib/python3.8/site-packages/ipykernel/comm/manager.py", line 106, in comm_msg
comm = self.get_comm(comm_id)
File "/home/ubuntu/anaconda3/lib/python3.8/site-packages/ipykernel/comm/manager.py", line 69, in get_comm
self.log.warning("No such comm: %s", comm_id)
Message: 'No such comm: %s'
Arguments: ('3759d9c5d38c4f0c8c14c5305b71ae8e',)
(repeat ad infinitum)