Notebook keeps queueing cells

Completed

I'm trying to use a Jupyter notebook within PyCharm. Right now its a pretty empty workbook with not much code. Every time I run a cell it appears to queue the cell up (despite not having ran any cells before) and then execute it. This is causing my code to take forever to execute. For example, a simple print('hello') may take a few minutes because it adds it to the queue and then executes it, instead of just executing it which takes < 10ms. I have no idea what's going on. How can I configure pycharm to just run my cell?

2
1 comment

Hi Mcgarrymurr, this issue requires thorough investigation, please create an issue on YouTrack: https://youtrack.jetbrains.com/issues/PY, attach all relevant information (reproduction steps, screenshots, logs from Help | Collect Logs and Diagnostic Data) for quicker resolution.

0

Post is closed for comments.