Open
Description
In blender 2.90.1 jupyter kernel hangs and after some time raises an exception: RuntimeError: Kernel didn't respond to kernel_info_request
There is a workaround: If after blender starts you create a new file (File->New->General) jupyter works fine.
It seems like the timer hack in kernel.py
doesn't work any more. Kernel is started by loadHandler()
when you create a new file.
I'd be very glad to fix it myself but don't know blender API well enough.