I am using Jupyter notebooks with some specific python libraries (AiiDA). My problem is that every time I run my notebook, the ipykernel_launcher
process will take 100% cpu indefinitely, even after the calculation in the notebook has long finished. Here's a screenshot from htop
How could I debug what is causing this problem? Currently I have to just shut down the jupyter kernel after every time I run the notebook to avoid slowing down my computer.