Uploaded by Hoài Ngọc Nguyễn Phương

1 Getting-Started-with-Jupyter-Notebook

advertisement
Installing Anaconda and Python
1. Open your browser and type
www.anaconda.com/products/individual
2. Click the download button
1
Installing Anaconda and Python
3. Click download for Python 3.8 (or greater)
2
Installing Anaconda and Python
4. Click “add to path” option
3
What Is Jupyter Notebook?
It is an open-source integrated development environment (IDE) that
allows:
• Create and share documents that contain live code.
• Equations
• Visualizations
• Narrative text
4
Open Jupyter Notebook
Open Anaconda Navigator using the Windows start
menu
5
Open Jupyter Notebook
An Anaconda Navigator window will open. In the middle of the page, in the Jupyter notebook tile,
click [Launch]
6
1.1. Getting Started with Jupyter Notebook
A Jupyter file browser will open in a web browser tab.
In the upper right select [New] –> [Python 3]
7
Using Jupyter Notebook
A new notebook will open as a new tab in your web browser.
8
9
Type the following code into the cell and click the run button in the toolbar
above or press Ctrl + Enter
Download