About 89,400 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. What is the difference between a .py file and .ipynb file?

    .ipynb is a python notebook and it contains the notebook code, the execution results and other internal settings in a specific format. You can just run .ipynb on the jupyter environment. Better way to …

  3. Welcome To Colab - Colab

    Open the kernel selector by creating or opening any .ipynb notebook file in your local workspace and either running a cell or clicking the Select Kernel button in the top right.

  4. jupyter_notebooks.ipynb - Colab

    In this chapter, we'll cover Jupyter Notebooks, including how to write and execute code and how to write text in the Markdown format. We'll also discuss what the kernel is, so that you understand generally …

  5. Try Jupyter!

    **JupyterLab** is a next-generation web-based user interface for Project Jupyter. It enables you to work with documents and activities such as Jupyter notebooks, text editors, terminals, and custom …

  6. .ipynb viewer

    View and share Jupyter notebooks online with this .ipynb viewer.

  7. How to open .ipynb file (Jupyter Notebook) - Digital Humanities …

    Aug 2, 2023 · .ipynb stands for Interactive Python Notebook, the file format of Jupyter Notebook. This article demonstrate how to use Google Colab, Anaconda, and VS Code to open these files.

  8. IPYNB File - What is an .ipynb file and how do I open it?

    Nov 24, 2021 · What is an IPYNB file? An IPYNB file is a notebook document created by Jupyter Notebook, an interactive computational environment that helps scientists manipulate and analyze …

  9. Project Jupyter - Wikipedia

    Project Jupyter (pronounced "Jupiter") is a project to develop open-source software, open standards, and services for interactive computing across multiple programming languages. It was spun off from …

  10. The Jupyter Notebook — Jupyter Notebook 7.6.0 documentation

    Furthermore, any .ipynb notebook document available from a public URL can be shared via the Jupyter Notebook Viewer <nbviewer>. This service loads the notebook document from the URL and renders …