ubuntu14.04 Installing Jupyter Notebook

Source: Internet
Author: User
Tags sha1 sha1 encryption jupyter jupyter notebook

Welcome to the big Data and AI technical articles released by the public number: Qing Research Academy, where you can learn the night white (author's pen name) carefully organized notes, let us make a little progress every day, so that excellent become a habit!

1. Install Jupyter notebook using PIP:

Pip Install Jupyter Notebook

2. Create Jupyter Default profile:

Jupyter Notebook--generate-config

3, enter the Ipython, enter the dialog box:

Ipython

4, import the password module, set the password, and finally generate SHA1 encryption key, save the key, such as ' sha1:xxxxxx ':

from notebook.auth import passwd passwd ()5, modify the configuration file, set the key: CD ~vim. Jupyter/jupyter_notebook_config.py6, add at the end of the file: c.NotebookApp.password = u ‘sha1:XXXXXX‘7. Run Jupyter notebook:jupyter notebook--ip=0.0.0.0--no-browser--allow-root

ubuntu14.04 Installing Jupyter Notebook

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.