Skip main navigation

Introduction to the Python Jupyter Notebook

The Jupyter Notebook

The Jupyter Notebook

The Jupyter Notebook is an open-source web-based application that you can use to create and share documents that contain live code, equations, visualisations, and text. It is widely used within the Python community as it allows an easy-to-follow visual and real-time implementation. It is particularly effective at sharing code. Let’s look at how it works

Anaconda allows to

  • Install/upgrade packages
  • Without Administrator privileges
  • Without breaking other projects

Please go to Anaconda Installers to download Anaconda.

As an example, follow the following steps

  • Start ‘Anaconda Navigator’
  • Click on ‘Environments’ tab
  • Check the packages in the ‘base (root)’ environment
  • Check that ‘seaborn’ is installed and current (version 0.9.0 or later)

Creating a New Environment

  • The ‘base (root)’ Environment requires Administrator privileges
  • If you need to install/upgrade packages, you need to createyour own new Environment

As an exercise, create the following as depicted in the figure

  • Name: Visualisation
  • Packages: Python 3.6
  • Install the ‘seaborn’ package (and dependencies)

Jupyter Notebook

Jupyter Notebook is a browser-based, interactive Python IDE, especially suitable for

  • Prototyping
  • Creating documents with interactive code and illustrations
  • Developing standalone applications

Do the following steps (as per figure):

  • From the Home tab in your Visualisation Environment, install Jupyter Notebook (once)
  • Launch Jupyter Notebook in your preferred browser
This article is from the free online

Introduction to Python for Big Data Analytics

Created by
FutureLearn - Learning For Life

Reach your personal and professional goals

Unlock access to hundreds of expert online courses and degrees from top universities and educators to gain accredited qualifications and professional CV-building certificates.

Join over 18 million learners to launch, switch or build upon your career, all at your own pace, across a wide range of topic areas.

Start Learning now