[EN]Jupyter Notebook: Install and Use

What is Jupyter Notebook?

Jupyter Notebook is a open source application of web, which is a interactive and supports more than 40 programming languages. Ok…. Why we choose it? Because it is better than ipython(Not my words, but it is true probably).

Install

  1. Open cmd

  2. Input pip install jupyter , enter and wait

    img

  3. Then, input jupyter notebook--generate-consig and enter

    pic2

    (This step means to find the config file and you will see below or similar )

    pic3

    (Here is your config file of your jupyter)

  4. Follow the path, find the file and open it. Search for #c.NotebookApp.notebook_dir = '' (around 261 lines) and delete ‘#’ , add the path you wanna store the data of it. Just like this:

    pic4

  5. OK. That’s it. Successfully!

Start up

  1. Back to terminal, press jupyter notebook and then it will be opened automatically.

    pic5

  2. You will see the Jupyter Notebook

    pic6

  3. OK, almost done. Let’s start a new file. Click New button and choose python 3 :

    pic7

  4. The page will open and let’s do a tricky question and run:

    pic8

    (It is the new page above)

    pic9

  5. Already, cool. We got almost everything, good luck :)


End

Illustrator / Cagy

Text / Cagy

Editor / Cagy

Design / Cagy