100% found this document useful (1 vote)
42 views

Jupyter Installation

Jupyter Notebook is an open-source web application that allows users to create and share documents containing code, equations, visualizations, and narrative text. It is useful for data scientists as it integrates code execution, rich text elements, mathematics, plots and rich media. Jupyter Notebook has a simple interface for editing and running code and saving notebooks.

Uploaded by

Jasper Come
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
42 views

Jupyter Installation

Jupyter Notebook is an open-source web application that allows users to create and share documents containing code, equations, visualizations, and narrative text. It is useful for data scientists as it integrates code execution, rich text elements, mathematics, plots and rich media. Jupyter Notebook has a simple interface for editing and running code and saving notebooks.

Uploaded by

Jasper Come
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 19

All about

Not the planet … but the notebook.


Discussion Outline
Why Jupyter?

Installation

Starting your first notebook

Preliminaries
Why Jupyter?

Project Jupyter
“develop open-source software, open-standards, and services for
interactive computing across dozens of programming languages.”

Source: https://medium.com/@ODSC/why-you-should-be-using-jupyter-notebooks-ea2e568c59f2
Why Jupyter?

Brian Granger Fernando Perez

Project Jupyter
FOUNDERS
Source: https://medium.com/@ODSC/why-you-should-be-using-jupyter-notebooks-ea2e568c59f2
Why Jupyter?

is a Data Scientist’s Best Friend

Source: https://medium.com/@ODSC/why-you-should-be-using-jupyter-notebooks-ea2e568c59f2
Why Jupyter?

FREELY AVAILABLE!
It is an open-source web application that allows data scientists to
create and share documents that integrate live code, equations,
computational output, visualizations, and other multimedia resources,
along with explanatory text in a single document. 

Source: https://medium.com/@ODSC/why-you-should-be-using-jupyter-notebooks-ea2e568c59f2
Why Jupyter?

FOSTERS COLLABORATION
It is an open-source web application that allows data scientists to
create and share documents that integrate live code, equations,
computational output, visualizations, and other multimedia resources,
along with explanatory text in a single document. 

Source: https://medium.com/@ODSC/why-you-should-be-using-jupyter-notebooks-ea2e568c59f2
Why Jupyter?

INTEGRATES MULTIPLE RESOURCES


It is an open-source web application that allows data scientists to
create and share documents that integrate live code, equations,
computational output, visualizations, and other multimedia
resources, along with explanatory text in a single document. 

Source: https://medium.com/@ODSC/why-you-should-be-using-jupyter-notebooks-ea2e568c59f2
Installation

ENVIRONMENTS

Jupyter Notebook Interface

Jupyterlab

Jupyterhub

Source: https://jupyter-notebook.readthedocs.io/en/stable/
Installation

Jupyter Notebook Interface

For new users, it is highly recommend to install Anaconda.

Anaconda conveniently installs Python, the Jupyter Notebook,


and other commonly used packages for scientific computing
and data science.

Source: https://jupyter-notebook.readthedocs.io/en/stable/
Installation

Jupyter Notebook Interface

1. Download Anaconda (click the link). We recommend


downloading Anaconda’s latest Python 3 version (currently
Python 3.7).

2. Install the version of Anaconda which you downloaded,


following the instructions on the download page.

Or you can refer to this tutorial and complete until 4:20


(1202) How to Install Anaconda(Python) on Windows 10 | 2021
| Download & Install Anaconda Python - YouTube

Source: https://jupyter-notebook.readthedocs.io/en/stable/
Installation

Jupyter Notebook Interface

Or you can refer to this tutorial and complete until 4:20


(1202) How to Install Anaconda(Python) on Windows 10 | 2021
| Download & Install Anaconda Python - YouTube

Source: https://jupyter-notebook.readthedocs.io/en/stable/
Installation

Jupyter Notebook Interface

For mobile users, follow this blog:

https://towardsdatascience.com/how-to-install-python-and-jup
yter-notebook-onto-an-android-device-900009df743f

If you can’t access the website, then copy the link above and
paste it in the incognito mode of your browser.

Source: https://jupyter-notebook.readthedocs.io/en/stable/
Starting your first Notebook

2 Basic Steps
1. Open Anaconda Prompt 2. Type ‘jupyter notebook’

Source: https://jupyter.readthedocs.io/en/latest/running.html
Preliminaries – Jupyter Navigation

SAVING/LOADING NOTEBOOK

Source: https://www.edureka.co/blog/wp-content/uploads/2018/10/Jupyter_Notebook_CheatSheet_Edureka.pdf
Preliminaries – Jupyter Navigation

EDITING THE CELLS

Source: https://www.edureka.co/blog/wp-content/uploads/2018/10/Jupyter_Notebook_CheatSheet_Edureka.pdf
Preliminaries – Jupyter Navigation

VIEWING THE CELLS INSERTING CELLS

Source: https://www.edureka.co/blog/wp-content/uploads/2018/10/Jupyter_Notebook_CheatSheet_Edureka.pdf
Preliminaries – Jupyter Navigation

KERNEL CELLS EXECUTE CELLS

Source: https://www.edureka.co/blog/wp-content/uploads/2018/10/Jupyter_Notebook_CheatSheet_Edureka.pdf
Preliminaries – Jupyter Navigation

KEYBOARD SHORCUTS

Source: https://www.edureka.co/blog/wp-content/uploads/2018/10/Jupyter_Notebook_CheatSheet_Edureka.pdf

You might also like