Anaconda: a distribution of Python
Jupyter: a development environment (IDE) where we can write code, display images, and write markdown notes.
Open Jupyter Notebook
Anaconda Navigator -> Jupyter Notebook
By this way, we can only open Jupyter Notebook for data under C:\User\User\ (the layer of Anaconda3 is)Anaconda prompt -> change directory to where *.ipynb files are -> ‘$ Jupyter Notebook’
Run Code
Use the ‘Run’ button
orshift + Enter
Download Notebook as Other Formats
‘File’ -> ‘Download as’
Kernel
- ‘Kernel’ -> ‘Interrupt’ : used when have bad while-loop
- ‘Kernel’ -> ‘Restart’