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
(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 -
845 Uncaught (inpromise) Error on Electron: An object could not be cloned
764 M2 Mac fails to install rbenv install 3.1.3 due to errors
768 GDB gets version error when attempting to debug with the Presense SDK (IDE)
750 Error in x, y, and format string must not be None
1225 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
© 2025 OneMinuteCode. All rights reserved.