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?
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?