Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 442 Bytes

JupyterConfiguration.md

File metadata and controls

18 lines (14 loc) · 442 Bytes
jupyter notebook --generate-config

Edit ~/.jupyter/jupyter_notebook_config.py:

## The IP address the notebook server will listen on.
#c.NotebookApp.ip = 'localhost'  

To:

## The IP address the notebook server will listen on.
c.NotebookApp.ip = '*'