0% found this document useful (0 votes)
4 views

1 - Getting Started With Jupyter Notebook

The document provides instructions for installing Anaconda and Python, opening Jupyter Notebook, and getting started with a basic code cell. It describes downloading Anaconda, opening Jupyter Notebook from Anaconda Navigator, and creating a new Python notebook to type and run a test code cell.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views

1 - Getting Started With Jupyter Notebook

The document provides instructions for installing Anaconda and Python, opening Jupyter Notebook, and getting started with a basic code cell. It describes downloading Anaconda, opening Jupyter Notebook from Anaconda Navigator, and creating a new Python notebook to type and run a test code cell.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 9

Installing Anaconda and Python 1

1. Open your browser and type www.anaconda.com/products/individual


2. Click the download button
Installing Anaconda and Python 2

3. Click download for Python 3.8 (or greater)


Installing Anaconda and Python 3

4. Click “add to path” option


What Is Jupyter Notebook? 4

It is an open-source integrated development environment (IDE) that


allows:
• Create and share documents that contain live code.
• Equations
• Visualizations
• Narrative text
Open Jupyter Notebook 5

Open Anaconda Navigator using the Windows start


menu
Open Jupyter Notebook 6

An Anaconda Navigator window will open. In the middle of the page, in the Jupyter notebook tile,
click [Launch]
1.1. Getting Started with Jupyter Notebook 7

A Jupyter file browser will open in a web browser tab.


In the upper right select [New] –> [Python 3]
Using Jupyter Notebook 8

A new notebook will open as a new tab in your web browser.


9

Type the following code into the cell and click the run button in the toolbar
above or press Ctrl + Enter

You might also like