ipykernel icon indicating copy to clipboard operation
ipykernel copied to clipboard

can't import locust in jupyterlab

Open adaaaaaa opened this issue 3 years ago • 3 comments
trafficstars

jupyterlab:3.4.0 and 3.4.2 ipykernel:6.13.0 python:3.10.4

it's stuck in kernel busy...

adaaaaaa avatar May 19 '22 01:05 adaaaaaa

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.

blink1073 avatar May 19 '22 10:05 blink1073

Thanks,any plan to fix it ? @blink1073

adaaaaaa avatar May 20 '22 01:05 adaaaaaa

Not me personally, no.

blink1073 avatar May 20 '22 10:05 blink1073