jupyter-docs.qubitpi.org Open in urlscan Pro
104.16.254.120  Public Scan

Submitted URL: https://jupyter-docs.qubitpi.org/
Effective URL: https://jupyter-docs.qubitpi.org/en/latest/
Submission: On June 27 via api from US — Scanned from DE

Form analysis 2 forms found in the DOM

GET search.html

<form class="bd-search d-flex align-items-center" action="search.html" method="get">
  <svg class="svg-inline--fa fa-magnifying-glass" aria-hidden="true" focusable="false" data-prefix="fas" data-icon="magnifying-glass" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" data-fa-i2svg="">
    <path fill="currentColor"
      d="M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z"></path>
  </svg><!-- <i class="fa-solid fa-magnifying-glass"></i> Font Awesome fontawesome.com -->
  <input type="search" class="form-control" name="q" id="search-input" placeholder="Search the docs ..." aria-label="Search the docs ..." autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false">
  <span class="search-button__kbd-shortcut"><kbd class="kbd-shortcut__modifier">Ctrl</kbd>+<kbd>K</kbd></span>
</form>

GET //readthedocs.org/projects/jupyter-docs/search/

<form id="flyout-search-form" class="wy-form" target="_blank" action="//readthedocs.org/projects/jupyter-docs/search/" method="get">
  <input type="text" name="q" aria-label="Search docs" placeholder="Search docs">
</form>

Text Content

Skip to main content

Back to top
Ctrl+K

 * Try Jupyter
 * Usage
 * Projects
 * Community
 * Contributing
 * More
   * Reference
   * jupyter.org

Search Ctrl+K

 * GitHub
 * Discourse
 * Twitter

Search Ctrl+K
 * Try Jupyter
 * Usage
 * Projects
 * Community
 * Contributing
 * Reference
 * jupyter.org

 * GitHub
 * Discourse
 * Twitter

On-Demand H100 SXM GPUs for $3.49/hr/GPU with Lambda 640 GB of vRAM in one 8x
instance Launch now
Ad by EthicalAds   ·   ℹ️
v: latest
Versions latest On Read the Docs Project Home Builds Downloads On GitHub View
Edit Search


--------------------------------------------------------------------------------

Hosted by Read the Docs · Privacy Policy


PROJECT JUPYTER DOCUMENTATION#

Welcome to the Project Jupyter documentation site. Jupyter is a large umbrella
project that covers many different software offerings and tools, including the
popular Jupyter Notebook and JupyterLab web-based notebook authoring and editing
applications. The Jupyter project and its subprojects all center around
providing tools (and standards) for interactive computing with computational
notebooks.


WHAT IS A NOTEBOOK?#



Pictured: A computational notebook document, shown inside JupyterLab

> 📘 Note: Read What is Jupyter? for a detailed look at Jupyter and notebooks.

A notebook is a shareable document that combines computer code, plain language
descriptions, data, rich visualizations like 3D models, charts, graphs and
figures, and interactive controls. A notebook, along with an editor (like
JupyterLab), provides a fast interactive environment for prototyping and
explaining code, exploring and visualizing data, and sharing ideas with others.


WHERE DO I START?#

Most people begin with Jupyter by installing an editing application that fits
their preferences, like JupyterLab or Jupyter Notebook, and making their first
notebook document:

 * Jupyter Notebook offers a simplified, lightweight notebook authoring
   experience

 * JupyterLab offers a feature-rich, tabbed multi-notebook editing environment
   with additional tools like a customizable interface layout and system console

 * And more… read about additional notebook interfaces here!

You can also develop your own extensions or applications on top of existing
Jupyter software. Check out the subproject sites below for more information.


MORE INFORMATION#

These are a few high-level topics to help you learn more about the Jupyter
community and ecosystem.

Get started with Jupyter Notebook

Try the notebook

Community

Sustainability and growth

Architecture

What is Jupyter?

Contributor Guides

How to contribute to the projects

Narratives and Use Cases

Narratives of common deployment scenarios

Release Notes

New features, upgrades, deprecation notes, and bug fixes

IPython

An interactive Python kernel and REPL

Reference

APIs

Installation, Configuration, and Usage

Documentation for users

Advanced

Documentation for advanced use-cases


SUB-PROJECT DOCUMENTATION#

Individual sub-projects are typically organized around a key feature of the
Jupyter ecosystem, and have their own community, documentation and governance.
Below is a list of documentation for major parts of the Jupyter ecosystem.

User Interfaces

 * JupyterLab

 * Jupyter Notebook

 * nbclassic

 * Jupyter Console

 * Qt console

 * Voilà

JupyterHub

 * JupyterHub

 * Configurable HTTP proxy

 * Authenticators: LDAP, OAuth, Native, LTI

 * Spawners: sudo, Docker, Kubernetes

 * Zero to JupyterHub

 * All JupyterHub Projects…

Working with Notebooks

 * nbclient - execution

 * nbconvert - conversion

 * nbviewer - viewing

 * nbdime - comparing and merging

 * nbgrader - grading

 * nbformat - modification and validation

Kernels

 * IPython

 * IRkernel

 * IJulia

 * Xeus kernels

 * Community maintained kernels

IPython

 * IPython

 * ipykernel

 * ipyparallel

 * traitlets

Architecture and Specification

 * nbformat - Jupyter Notebook Format

 * jupyter-client - Jupyter Messaging Protocol

 * jupyter-core

 * jupyter-server

 * jupyterlab-server

Deployment

 * Docker Stacks

 * Kernel Gateway

 * Enterprise Gateway

Widgets

 * ipywidgets

 * widget-cookiecutter

 * All Widget Projects…


TABLE OF CONTENTS#

The rest of the documentation on this site covers major use-cases of the Jupyter
ecosystem, as well as topics that will help you navigate the various parts of
the Jupyter community. For more in-depth documentation about a specific tool, we
recommend checking out that tool’s documentation (see the list above).

 * Try Jupyter
   * Try in Your Browser. No Installation Needed.
   * Next step: install Jupyter locally

 * Usage
   * Use and Configure
   * How do I decide which packages I need?
   * Advanced topics

 * Projects
   * Jupyter Projects and Communities
   * More information

 * Community
   * Jupyter Community Meetings
   * Jupyter communications
   * Governance
   * Code of conduct
   * Running Jupyter Events
   * What is a Jovyan?

 * Contributing
   * Getting Started Contributing
   * Developer Guide
   * Documentation Guide
   * Communications Guide
   * IPython Development Guide (source: old IPython wiki)
   * Do I really have something to contribute to Jupyter?
   * What kinds of contributions can I make?
   * Getting Access to Jupyter Managed Accounts

 * Reference
   * Custom mimetypes (MIME types)
   * IPython
   * Glossary
   * Resources


RESOURCES#

Site

Description

Jupyter website

Keep up to date on Jupyter

IPython website

Learn more about IPython

Jupyter Discourse forum

Start here for help and support questions

Jupyter Accessibility

Accessibility sub-project documentation

Jupyter mailing list

General discussion of Jupyter’s use

Jupyter in Education group

Discussion of Jupyter’s use in education

NumFocus

Promotes world-class, innovative, open source scientific software

Donate to Project Jupyter

Please contribute to open science collaboration and sustainability


INDICES AND TABLES#

 * Index

 * Glossary

 * Search Page

next

Try Jupyter

On this page
 * What is a Notebook?
 * Where do I start?
 * More information
 * Sub-project documentation
 * Table of Contents
 * Resources
 * Indices and tables

Edit on GitHub
Show Source


© Copyright 2015, Jupyter Team, https://jupyter.org.


Created using Sphinx 7.3.7.


Built with the PyData Sphinx Theme 0.15.4.