Windows Remote access Ubuntu under Jupyter notebook necessary configuration

Source: Internet
Author: User
Tags sha1 windows remote access jupyter jupyter notebook

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

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.