Skip to the content.

JUPYTER NOTEBOOK

Jupyter Notebook is an open-source web application that allows you to create and share documents that contain live code, equations, visualizations, and narrative text. It is used for data cleaning and transformation, numerical simulation, statistical modeling, data visualization, machine learning, and much more.

Getting Started

To get started with Jupyter Notebook, you can follow these steps:

Documentation

The Jupyter Notebook documentation is available online at jupyter-notebook.readthedocs. This documentation includes guides, tutorials, and reference material for learning how to use Jupyter Notebook effectively.

Extensions

Jupyter Notebook has a wide range of extensions that can be used to enhance its functionality. These extensions can be found on jupyter-contrib-nbextensions, which is the official extension repository for Jupyter Notebook.

Examples