Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jupyter notebook extremely slow!!! #6438

Open
sdzbft opened this issue May 30, 2022 · 12 comments
Open

jupyter notebook extremely slow!!! #6438

sdzbft opened this issue May 30, 2022 · 12 comments
Labels

Comments

@sdzbft
Copy link

sdzbft commented May 30, 2022

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 sdzbft added the bug label May 30, 2022
@sdzbft
Copy link
Author

sdzbft commented May 30, 2022

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
Copy link

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

@sdzbft
Copy link
Author

sdzbft commented Nov 5, 2022

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
Copy link
Author

sdzbft commented Nov 5, 2022

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

@sdzbft
Copy link
Author

sdzbft commented Nov 5, 2022

@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
Copy link

@sdzbft Same behaviour in other browsers?

@sdzbft
Copy link
Author

sdzbft commented Nov 17, 2022

@sdzbft Same behaviour in other browsers?

Looks like it's a package compatibility issue

@quantfreedom
Copy link

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
Copy link
Author

sdzbft commented Dec 3, 2022

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
Copy link

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

@sdzbft
Copy link
Author

sdzbft commented Dec 18, 2022

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

thx a lot

@Laterport
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants