Jupyter notebook installation and use, jupyternotebook

Source: Internet
Author: User
Tags jupyter jupyter notebook

Jupyter notebook installation and use, jupyternotebook

  • Jupyter Notebook (formerly known as IPython notebook) is an interactive Notebook that supports running more than 40 programming languages.
  • Install
    • Install python 3
    • Pip Installation

      Pip3 install -- upgrade pip

      Pip3 install jupyter

  • Run
    • When jupyter notebook is started, http: // localhost: 8888/is enabled by default to access the user directory.

      How do I customize ports?

      Jupyter notebook -- port 9999

    • Nootbook dashboard

  • Note operations
    • Open existing Notes

      For example, open the CS231 Course Notes shared by netizens, https://github.com/zlotus/cs231n

      Download the zip package, decompress it to the user directory, and refresh the dashboard.

      . Ipynb is the saved note. Click Open, enjoy it!

    • Running instance Management

      In running, you can view running instances and shutdown instances.

    • Create note

      Click Python 3 in the new menu to create a note.

    • Insert Code

    • Run code

    • Add text segments

      Click Add (+) and select markdown as the type.

    • Save

      CTRL + S or click save to save

    • Name

      Click the title. The rename box is displayed.

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.