12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- .. 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
- ========================
- JupyterLab is the next-generation web-based user interface for Project Jupyter. `Try it on Binder <https://mybinder.org/v2/gh/jupyterlab/jupyterlab-demo/master?urlpath=lab/tree/demo>`__.
- .. image:: ./images/jupyterlab.png
- :align: center
- :class: jp-screenshot
- .. toctree::
- :maxdepth: 1
- :caption: Getting Started
- getting_started/overview
- getting_started/installation
- getting_started/starting
- getting_started/faq
- .. toctree::
- :maxdepth: 1
- :caption: User Guide
- user/interface
- user/urls
- user/files
- user/file_editor
- user/notebook
- user/code_console
- user/terminal
- user/running
- user/commands
- user/documents_kernels
- user/file_formats
- user/extensions
- user/jupyterhub
- .. toctree::
- :maxdepth: 1
- :caption: Developer Guide
- developer/repo
- developer/extension_dev
- developer/documents
- developer/notebook
- developer/patterns
- developer/css
- developer/documentation
- developer/virtualdom
- developer/adding_content
- developer/examples
- developer/terminology
- developer/xkcd_extension_tutorial
- Indices and Tables
- ------------------
- * :ref:`genindex`
- * :ref:`modindex`
- * :ref:`search`
|