ipykernel
ipykernel copied to clipboard
can't import locust in jupyterlab
trafficstars
jupyterlab:3.4.0 and 3.4.2 ipykernel:6.13.0 python:3.10.4
it's stuck in kernel busy...
Hi @adaaaaaa, I think that's because locust is using gevent, which patches things like asyncio and threading. This appears to be interfering with the kernel's operation.
Thanks,any plan to fix it ? @blink1073
Not me personally, no.