jupyter / notebook

Jupyter Interactive Notebook
https://jupyter-notebook.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
11.59k stars 4.86k forks source link

jupyter notebook extremely slow!!! #6438

Open sdzbft opened 2 years ago

sdzbft commented 2 years ago

Describe the bug Very slow, even simple print, slow response

Expected behavior run normally

Desktop (please complete the following information):

Additional context image image image

sdzbft commented 2 years ago

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.

Raghav-Bell commented 2 years ago

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 4) Check for viruses

sdzbft commented 1 year ago

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 commented 1 year ago

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

sdzbft commented 1 year ago

@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

hakunamatata1997 commented 1 year ago

@sdzbft Same behaviour in other browsers?

sdzbft commented 1 year ago

@sdzbft Same behaviour in other browsers?

Looks like it's a package compatibility issue

quantfreedom commented 1 year ago

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

sdzbft commented 1 year ago

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

Raghav-Bell commented 1 year ago

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

sdzbft commented 1 year ago

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

thx a lot

Laterport commented 1 year ago

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