I installed jupyter notebook, but whenever I open it (from terminal), I have to copy and paste the address (local host 888 or the like), and it indicates that need to open some html file, for which (in my case) opens calibre.
Trying to fix this, i read that maybe this has to do with config file or the fact that I'm running it as administrator. As for config file, i modified the line where it habilitates firfox (in my case) as browser, but it doesnt seem to work.
This is the terminal message:
[W 12:33:19.743 NotebookApp] Config option `use_redirect_file` not recognized by `NotebookApp`.
[I 12:33:20.047 NotebookApp] Writing notebook server cookie secret to /run/user/1000/snap.jupyter/jupyter/notebook_cookie_secret
[I 12:33:22.626 NotebookApp] Serving notebooks from local directory: /home/daniel
so, all i want is that automatically opens on a browser tab. I'm using ubuntu 22.04.1 LTS with python 3.10.4. Any help would be appreciated. Even more so if its as simple as possible. Some posts are too specialized for me.
Thank you.