notebook
notebook copied to clipboard
jupyter notebook extremely slow!!!
Describe the bug Very slow, even simple print, slow response
Expected behavior run normally
Desktop (please complete the following information):
- OS: win10
- Browser chrome
- Version 91.0.4472.164
- cpu i7 10700, 32g ram, disable variable inspector, ram usage 37%, cpu usage 9%
Additional context

My computer is not badly configured, i like jupyter, But I can't stand its running speed, I would appreciate it if anyone could help me! thanks in advance.
can you give stdout of following code:
jupyter --version
(run on anaconda prompt)
and Python version you are using.
Following are some simple fixes:
- Check if any notebook is running in background .Please shutdown all open notebooks. 2)Use Jupyter notebook locally rather than globally (internet may slow) 3)Reinstall jupyter notebook
- Check for viruses
can you give stdout of following code:
jupyter --version(run on anaconda prompt) and Python version you are using. Following are some simple fixes:
- Check if any notebook is running in background .Please shutdown all open notebooks. 2)Use Jupyter notebook locally rather than globally (internet may slow) 3)Reinstall jupyter notebook
- Check for viruses
Python 3.8.10
i have closed Variable Inspector, and no viruses, thx for your reply
@RRosio Do you know how to solve this problem?Thank you in advance.
@RRosio Do you know how to solve this problem?Thank you in advance.
Not only running the code, but also switching directories in the jupyter is cumbersome
@sdzbft Same behaviour in other browsers?
@sdzbft Same behaviour in other browsers?
Looks like it's a package compatibility issue
Looks like it's a package compatibility issue
did you figure it out? mine is so slow with no extensions and no other notebooks open
create a new virtual environment with as few packages installed as possible, i think it is a package compatibility issue, But I don't know the details
For checking package conflicts ,please run any of the following commands on anaconda prompt :
pip check
or
pipconflictchecker
or
pipdeptree
For checking package conflicts ,please run any of the following commands on anaconda prompt :
pip checkorpipconflictcheckerorpipdeptree
thx a lot
I faced a similar problem on my laptop. You need to run JN from a virtual environment, not from CMD