File: index.rst

package info (click to toggle)
jupyter-notebook 4.2.3-4~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 7,804 kB
  • sloc: python: 8,698; makefile: 240; sh: 74
file content (52 lines) | stat: -rw-r--r-- 1,291 bytes parent folder | download | duplicates (2)
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
====================
The Jupyter notebook
====================

.. toctree::
   :maxdepth: 1
   :caption: User Documentation

   notebook
   Installation <https://jupyter.readthedocs.org/en/latest/install.html>
   Running the Notebook <https://jupyter.readthedocs.org/en/latest/running.html>
   Migrating from IPython <https://jupyter.readthedocs.org/en/latest/migrating.html>
   ui_components

.. toctree::
   :maxdepth: 2
   :caption: Configuration

   config
   public_server
   security
   frontend_config
   extending/index

.. toctree::
   :maxdepth: 1
   :caption: Developer Documentation

   development_js
   development_faq

.. toctree::
   :maxdepth: 1
   :caption: Community documentation

   examples/Notebook/rstversions/Distributing Jupyter Extensions as Python Packages
   examples/Notebook/rstversions/Examples and Tutorials Index

.. toctree::
   :maxdepth: 2
   :caption: About Jupyter Notebook

   changelog

.. toctree::
   :maxdepth: 1
   :caption: Questions? Suggestions?

   Jupyter mailing list <https://groups.google.com/forum/#!forum/jupyter>
   Jupyter website <https://jupyter.org>
   Stack Overflow - Jupyter <https://stackoverflow.com/questions/tagged/jupyter>
   Stack Overflow - Jupyter-notebook <https://stackoverflow.com/questions/tagged/jupyter-notebook>