[I 12:23:42.025 NotebookApp] Serving notebooks from local directory: /home/gary/tmp
[I 12:23:42.028 NotebookApp] 0 active kernels
[I 12:23:42.030 NotebookApp] The IPython Notebook is running at: https://localhost:8888/
[I 12:23:42.031 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
w3m: Can't load https://localhost:8888/tree.
Attempts to access the server at https://192.168.x.xxx:8888 result in "The site cannot be reached" , "Connection refused"
I can ssh into the SBC. I can ssh -Y and run x-applications, as well. Any ideas?
It appears that a text-based browser (Lynx?) has started. What's going on?
ssh m...@remote.address -L127.0.0.1:3129:127.0.0.1:8000
start the server normally (I changed the default port to 8000)
jupyter notebook
Then the server is available from my desktop at http://localhost:3129.
This solution came from here.