LAN Access Jupyter Notebook

Source: Internet
Author: User
Tags jupyter jupyter notebook

#在服务器上运行, figure out how much IP the Jupyter notebook server is Ifconfig | grep "inet Addr"
#配置jupyter notebook Jupyter Notebook--generate-config echo "C.connectionfilemixin.ip = ' 0.0.0.0 '" >> ~/.jupyter/ jupyter_notebook_config.py #全0表示接受任何IP地址的访问 (based on trusted LAN users) echo "C.notebookapp.ip = ' 0.0.0.0 '" >> ~/.jupyter/ jupyter_notebook_config.py Jupyter Notebook
#执行上述命令, will be in terminal see HTTP://0.0.0:8888/?TOKEN=XXXXXXX hint #打开浏览器上粘贴这个地址后, replace 0.0.0.0 the server's IP address can.

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.