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
Open cmd
Input
pip install jupyter, enter and wait
Then, input
jupyter notebook--generate-consigand enter
(This step means to find the config file and you will see below or similar )

(Here is your config file of your jupyter)
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:
OK. That’s it. Successfully!
Start up
Back to terminal, press
jupyter notebookand then it will be opened automatically.
You will see the Jupyter Notebook

OK, almost done. Let’s start a new file. Click
Newbutton and choose python 3 :
The page will open and let’s do a tricky question and run:

(It is the new page above)

Already, cool. We got almost everything, good luck :)
End
Illustrator / Cagy
Text / Cagy
Editor / Cagy
Design / Cagy