0. Generate the configuration file (usually by default)
Jupyter Notebook--generate-config
1. Open Ipython, create a ciphertext password
In [1]: From Notebook.auth import Passwdin [2]: passwd () Enter password:verify password:out[2]: ' sha1:ce23d945972f:347696 85a7ccd3d08c84a18c63968a41f1140274 '
2. Modify the default configuration
Vim ~/.jupyter/jupyter_notebook_config.py
3.
c.notebookapp.ip= ' * ' # is to set all IP access to C. Notebookapp.password = U ' Sha:ce ... The cipher that you just copied ' c.notebookapp.open_browser = False # Disables the automatic opening of browser C. Notebookapp.port =8888 #随便指定一个端口
3. Start Jupyter
4. Access in Windows with ip+ port number
Http://192.168.58.128:8888/tree
Usually you need to enter your password, which is the password you previously set through notebook. Please be familiar with
That is, ' sha1:ce23d945972f:34769685a7ccd3d08c84a18c63968a41f1140274 ' corresponding password
Windows Remote access Ubuntu under Jupyter notebook necessary configuration