qtconsole icon indicating copy to clipboard operation
qtconsole copied to clipboard

jupyter_client async client

Open davidbrochart opened this issue 4 years ago • 2 comments

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?

davidbrochart avatar Apr 09 '21 12:04 davidbrochart

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

ccordoba12 avatar Apr 09 '21 15:04 ccordoba12

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

davidbrochart avatar Apr 09 '21 15:04 davidbrochart