Jupyter Notebook Low CPU Usage

馋奶兔 提交于 2021-02-20 14:07:06

问题


I have noticed that some cells take a long time to finish executing on my Jupyter Notebooks. When looking in the task manager, I see that the python process is only using up to about 4% of the CPU. I am using Python 3.6.2

I am on Windows but am using the "Bash on Ubuntu on Windows" terminal to launch the Jupyter notebook (maybe this helps). The processor is a Core i7 and the process is not using up all available RAM so it isn't a Swap memory problem.

Basically, why is it being "throttled" like this and how can I fix it?


回答1:


If you are using a public jupyter-notebook, it runs on the host machine and not yours.

Read this: https://mk-minchul.github.io/JupyterServer/



来源:https://stackoverflow.com/questions/47259358/jupyter-notebook-low-cpu-usage

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!