File: index.rst

package info (click to toggle)
jupyterlab 4.0.11%2Bds1%2B~cs11.25.27-7
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 43,496 kB
  • sloc: javascript: 18,395; python: 8,932; sh: 399; makefile: 95; perl: 33; xml: 1
file content (53 lines) | stat: -rw-r--r-- 2,482 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
.. Copyright (c) Jupyter Development Team.
.. Distributed under the terms of the Modified BSD License.

.. JupyterLab Tutorial documentation master file, created by
   sphinx-quickstart on Tue Jun 21 16:30:09 2016.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

########################
JupyterLab Documentation
########################

Welcome to the **JupyterLab** documentation site. JupyterLab is a highly
extensible, feature-rich notebook authoring application and editing environment,
and is a part of `Project Jupyter <https://docs.jupyter.org/en/latest/>`_, a
large umbrella project centered around the goal of providing tools (and `standards <https://docs.jupyter.org/en/latest/#sub-project-documentation>`_) for interactive
computing with `computational notebooks <https://docs.jupyter.org/en/latest/#what-is-a-notebook>`_.

A `computational notebook <https://docs.jupyter.org/en/latest/#what-is-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.

JupyterLab is a sibling to other notebook authoring applications under
the `Project Jupyter <https://docs.jupyter.org/en/latest/>`_ umbrella, like
`Jupyter Notebook <https://jupyter-notebook.readthedocs.io/en/stable/>`_ and
`Jupyter Desktop <https://github.com/jupyterlab/jupyterlab-desktop>`_. JupyterLab
offers a more advanced, feature rich, customizable experience compared to
Jupyter Notebook.

`Try JupyterLab on Binder <https://mybinder.org/v2/gh/jupyterlab/jupyterlab-demo/3818244?urlpath=lab/tree/demo>`__.  JupyterLab follows the Jupyter `Community Guides <https://jupyter.readthedocs.io/en/latest/community/content-community.html>`__.

.. image:: ./images/jupyterlab.png
   :align: center
   :class: jp-screenshot shadow
   :alt:

.. only:: comment

   Alt text is intentionally left blank because the image content is decorative.

See the sections below (and the top-level links above) for more information about using, extending, and contributing to JupyterLab.

.. toctree::
   :maxdepth: 2

   getting_started/overview
   user/index
   extension/extension_dev
   developer/contributing
   privacy_policies