Jupyter notebook stuck in the command window

I istalled python and jupyter notebook and got no erros at all, but when I run the notebook using the cmd prompt nothing happens. It gets stuck at this point. Any idea?

1 Like

It might be that Jupyter cannot find a browser to open. You can open a browser of your choice (Chrome, Firefox, Edge, etc) and paste one of the URLs listed.

Not really. I found the solution by myself.

  1. Crete a config file for jupyter (open cmd and type jupyter notebook --generate-config)
  2. Open this file located at .jupyter folder with Notepad
  3. Set c.ServerApp.use_redirect_file = False

2 Likes