ipython / ipykernel

IPython Kernel for Jupyter
https://ipykernel.readthedocs.io/en/stable/
BSD 3-Clause "New" or "Revised" License
640 stars 365 forks source link

can't import locust in jupyterlab #934

Open adaaaaaa opened 2 years ago

adaaaaaa commented 2 years ago

jupyterlab:3.4.0 and 3.4.2 ipykernel:6.13.0 python:3.10.4

it's stuck in kernel busy...

blink1073 commented 2 years ago

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.

adaaaaaa commented 2 years ago

Thanks,any plan to fix it ? @blink1073

blink1073 commented 2 years ago

Not me personally, no.