I am trying to run an ipython notebook / jupyter server on a machine behind a firewall. The only port which is open is port 80. So was wondering how I can change the default por
To change port temporarily, indicate a different port number when we start jupyter notebook server from a terminal by firing following command.
jupyter notebook --port 9999
Read more https://jupyter.readthedocs.io/en/latest/running.html