Home > front end >  Problem Loading Jupyter Notebook in Windows 10 Pro
Problem Loading Jupyter Notebook in Windows 10 Pro

Time:12-19

Hi I am new in Anaconda (Jupyter Notebbok) and training python. After I installed Anconda when I open Jupyter notebook, the program won't be loaded. Can you help me to find the reason for the problem?

https://www.youtube.com/watch?v=lDvYwHlvghI

CodePudding user response:

Did you try to open the file from the terminal? Create an empty file. In terminal, go to that empty file directory and open that empty file from terminal in Jupyter notebook. Then try to create new .ipynb inside of that file. Just another way to test if it's browser issue or Anaconda download issue. Command for terminal- ~cd file directory ~jupyter notebook It will automatically open the Jupyter in your web browser from your terminal.

  • Related