Jupiter Notebook Loading Speed Issue

Asked 1 years ago, Updated 1 years ago, 118 views

Hello, I'm a beginner at coding. I installed a jupyter notebook to learn tensorflow, but there is no speed problem in the laptop, but a file explorer?It's really too slow in the same window. I can't even scroll properly, is it because it's a laptop? I don't know why it's so slow. If you know how to solve the speed problem, I would appreciate your help.

jupyter python

2022-09-22 18:56

1 Answers

(1) Exit the current running Jupiter Notebook window

(2) Run Anaconda Prompt at the start of the window and execute the following command: (base) C:\Users\NOTE>jupyter notebook --generate-config

Writing default config to: C:\Users\NOTE.jupyter\jupyter_notebook_config.py

(3) Edit the file in the printed location in the notepad as shown below (Before Change) c.NotebookApp.notebook_dir ='' (After the change) c.NotebookApp.notebook_dir = 'C:\workspace_jupyter'

(4) Re-run the jupyter notebook

-End -


2022-09-22 18:56

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.