So I don\'t have issues trying to open the jupyter notebook but for some reason, I cannot get it to open in the browser automatically no matter what I\'m trying to do. I follow
Add this line to your jupyter_notebook_config.py
file:
c.NotebookApp.use_redirect_file = False
This should open jupyter notebooks automatically in your browser with the localhost
/127.0.0.1
URL.
More info for the sake of completeness:
~/.jupyter/jupyter_notebook_config.py
. If missing can be generated (as you did) with the command: jupyter notebook --generate-config