jupyter / qtconsole

Jupyter Qt Console
https://qtconsole.readthedocs.io/en/stable/
BSD 3-Clause "New" or "Revised" License
418 stars 201 forks source link

jupyter_client async client #479

Open davidbrochart opened 3 years ago

davidbrochart commented 3 years ago

I was wondering if qtconsole should switch to the asynchronous client of jupyter_client. Using the threaded client looks like a hack that was needed prior to asyncio, when asynchronous programming was achieved through Tornado, but is it still necessary today?

ccordoba12 commented 3 years ago

Sure, I think that's a good idea. Could you give us a hand with that?

davidbrochart commented 3 years ago

I need to find the time, but at first sight it should be doable using https://github.com/CabbageDevelopment/qasync.