jupyter_client icon indicating copy to clipboard operation
jupyter_client copied to clipboard

Contain usage of nest-asyncio

Open SylvainCorlay opened this issue 4 years ago • 1 comments

SylvainCorlay avatar Jul 09 '21 14:07 SylvainCorlay

Hi @SylvainCorlay. The changes look good to me so far. Prior to merge, could you please add a description that includes the reason for these changes and what impact they might have on existing applications that subclass or use KernelManager directly? I suspect they too would need to move to BlockingKernelManager. Given this will likely be slated for 7.x (correct?), I don't see that being an issue.

kevin-bates avatar Jul 10 '21 15:07 kevin-bates

nest-asyncio usage was removed in #835

blink1073 avatar Dec 06 '22 12:12 blink1073