About 32,300,000 results
Open links in new tab
  1. Project Jupyter | Home

    The Jupyter Notebook is a web-based interactive computing platform. The notebook combines live code, equations, narrative text, visualizations, interactive dashboards and other media.

  2. Jupyter Notebook - GeeksforGeeks

    Jul 23, 2025 · 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 a popular tool …

  3. Project Jupyter - Wikipedia

    Jupyter Notebook (formerly IPython Notebook) is a web-based interactive computational environment for creating notebook documents. Jupyter Notebook is built using several open-source libraries, …

  4. How to Use Jupyter Notebook: A Beginner’s Tutorial - Dataquest

    Oct 23, 2025 · Jupyter Notebook is an incredibly powerful tool for interactively developing and presenting data science projects. It combines code, visualizations, narrative text, and other rich …

  5. What is Jupyter Notebook and why do you need it - DEV Community

    Nov 27, 2024 · Jupyter Notebook is an environment where you can immediately see the result of your code execution. Unlike a traditional IDE, the code can be split into chunks and executed in any order. …

  6. Jupyter Notebook: An Introduction - Real Python

    The Jupyter Notebook is an open source web application that you can use to create and share documents that contain live code, equations, visualizations, and text.

  7. 1. What is the Jupyter Notebook? - Read the Docs

    Notebook documents (or “notebooks”, all lower case) are documents produced by the Jupyter Notebook App, which contain both computer code (e.g. python) and rich text elements (paragraph, equations, …

  8. What is: Jupyter Notebook - A Comprehensive Guide

    Jupyter Notebook excels in data visualization, supporting libraries such as Matplotlib, Seaborn, and Plotly. Users can create a wide range of static and interactive plots directly within the notebook, …

  9. What is a Jupyter Notebook? - Problem Solving with Python

    What is a Jupyter Notebook? A Jupyter notebook is an electronic file that contains both programming code and text descriptions. Jupyter notebooks can also contain embedded charts, plots, images, …

  10. Introducing Jupyter Notebook - Codecademy

    Jupyter Notebook (sometimes called IPython Notebook) is a popular way to write and run Python code, especially for data analysis, data science and machine learning. Jupyter Notebooks are easy-to-use …