Is it possible to specify which port the jupyter notebook server runs on? I think the default is 8888, but sometimes a different one is used (e.g.8889 if 8888 is in use). I am running on a remote server so that other users may already be doing something on the default port. In order to view the notebooks on my local machine's browser I use ssh-tunnelling and like to have the port numbers fixed in my ~/.ssh/config file. This is awkward if I do not know in advance which port will be used.
HiOn Mon, 4 Feb 2019 at 11:58, J E Cremona <J.E.C...@warwick.ac.uk> wrote:Is it possible to specify which port the jupyter notebook server runs on? I think the default is 8888, but sometimes a different one is used (e.g.8889 if 8888 is in use). I am running on a remote server so that other users may already be doing something on the default port. In order to view the notebooks on my local machine's browser I use ssh-tunnelling and like to have the port numbers fixed in my ~/.ssh/config file. This is awkward if I do not know in advance which port will be used.
--
You received this message because you are subscribed to the Google Groups "sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sage-support...@googlegroups.com.
To post to this group, send email to sage-s...@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.
Although this is obviously a jupyter thing and note a sage specific thing, I think it would be helpful to have this somewhere in the Sage documentation (I could not find it) and also visible in the "sage -h" output.