Jupyter notebook installation and use

Source: Internet
Author: User
Tags jupyter jupyter notebook
  • Jupyter Notebook (formerly known as IPython Notebook) is an interactive notebook that supports the running of more than 40 programming languages.

  • Installation

      • Installing Python 3

      • PIP installation

        PIP3 Install--upgrade pip

        PIP3 Install Jupyter

  • Run

      • Jupyter notebook Start, will open by default http://localhost:8888/, accessing the user directory

        How do I customize a port?

        Jupyter Notebook --Port 9999

      • Nootbook Dashboard

  • Notes operations

    • Open an existing note

      For example, open a user-shared CS231 Course notes,https://github.com/zlotus/cs231n

      Download the zip package, unzip to the user directory, refresh the dashboard to see

      . IPYNB is the saved note, click Open, enjoy it!

    • Running Instance Management

      You can view running instances in running, and you can shutdown

    • New Notes

      You can create a note by clicking Python 3 in the new menu.

    • Inserting code

    • Run code

    • Add a text segment

      Click Add (+) to select the type markdown

    • Save

      Ctrl+s or click the Save button to save

    • Named

      Clicking on the title will pop up the rename box

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.