Jupyter notebook browser page not loading

Here is the solution:
Add this line to your jupyter_notebook_config.py file:

c.NotebookApp.use_redirect_file = False

Hi @simon_sat - did you ever resolve this properly? It’s 2024 and it just happened to me. Trying jupyter lab didn’t work either unfortunately.

it seems like a vscode issue for me. updating vscode solved it

1 Like