Changing the default port for iPython notebook server / Jupyter

后端 未结 5 893
盖世英雄少女心
盖世英雄少女心 2021-02-02 07:26

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

5条回答
  •  爱一瞬间的悲伤
    2021-02-02 07:48

    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

提交回复
热议问题