index.rst 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. .. JupyterLab Tutorial documentation master file, created by
  2. sphinx-quickstart on Tue Jun 21 16:30:09 2016.
  3. You can adapt this file completely to your liking, but it should at least
  4. contain the root `toctree` directive.
  5. JupyterLab Documentation
  6. ========================
  7. 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>`__. JupyterLab follows the Jupyter `Community Guides <https://jupyter.readthedocs.io/en/latest/community/content-community.html>`__.
  8. .. image:: ./images/jupyterlab.png
  9. :align: center
  10. :class: jp-screenshot
  11. .. toctree::
  12. :maxdepth: 1
  13. :caption: Getting Started
  14. getting_started/overview
  15. getting_started/installation
  16. getting_started/starting
  17. getting_started/faq
  18. getting_started/changelog
  19. .. toctree::
  20. :maxdepth: 1
  21. :caption: User Guide
  22. user/interface
  23. user/urls
  24. user/files
  25. user/file_editor
  26. user/notebook
  27. user/code_console
  28. user/terminal
  29. user/running
  30. user/commands
  31. user/documents_kernels
  32. user/file_formats
  33. user/extensions
  34. user/jupyterhub
  35. .. toctree::
  36. :maxdepth: 1
  37. :caption: Developer Guide
  38. developer/repo
  39. developer/extension_dev
  40. developer/documents
  41. developer/notebook
  42. developer/patterns
  43. developer/css
  44. developer/documentation
  45. developer/virtualdom
  46. developer/adding_content
  47. developer/examples
  48. developer/terminology
  49. developer/xkcd_extension_tutorial
  50. Indices and Tables
  51. ------------------
  52. * :ref:`genindex`
  53. * :ref:`modindex`
  54. * :ref:`search`