notebook icon indicating copy to clipboard operation
notebook copied to clipboard

jupyter notebook extremely slow!!!

Open sdzbft opened this issue 3 years ago • 2 comments
trafficstars

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 image image image

sdzbft avatar May 30 '22 17:05 sdzbft

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.

sdzbft avatar May 30 '22 18:05 sdzbft

can you give stdout of following code: jupyter --version (run on anaconda prompt) and Python version you are using. Following are some simple fixes:

  1. 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
  2. Check for viruses

Raghav-Bell avatar Jul 01 '22 04:07 Raghav-Bell

can you give stdout of following code: jupyter --version (run on anaconda prompt) and Python version you are using. Following are some simple fixes:

  1. 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
  2. Check for viruses

image Python 3.8.10

i have closed Variable Inspector, and no viruses, thx for your reply

sdzbft avatar Nov 05 '22 04:11 sdzbft

@RRosio Do you know how to solve this problem?Thank you in advance.

sdzbft avatar Nov 05 '22 04:11 sdzbft

@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 avatar Nov 05 '22 04:11 sdzbft

@sdzbft Same behaviour in other browsers?

hakunamatata1997 avatar Nov 16 '22 06:11 hakunamatata1997

@sdzbft Same behaviour in other browsers?

Looks like it's a package compatibility issue

sdzbft avatar Nov 17 '22 05:11 sdzbft

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

quantfreedom avatar Dec 01 '22 21:12 quantfreedom

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

sdzbft avatar Dec 03 '22 13:12 sdzbft

For checking package conflicts ,please run any of the following commands on anaconda prompt : pip check or pipconflictchecker or pipdeptree

Raghav-Bell avatar Dec 11 '22 05:12 Raghav-Bell

For checking package conflicts ,please run any of the following commands on anaconda prompt : pip check or pipconflictchecker or pipdeptree

thx a lot

sdzbft avatar Dec 18 '22 15:12 sdzbft

I faced a similar problem on my laptop. You need to run JN from a virtual environment, not from CMD

Laterport avatar Dec 26 '22 19:12 Laterport