index.rst 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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>`__.
  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. .. toctree::
  18. :maxdepth: 1
  19. :caption: User Guide
  20. user/interface
  21. user/files
  22. user/file_editor
  23. user/notebook
  24. user/code_console
  25. user/terminal
  26. user/running
  27. user/commands
  28. user/documents_kernels
  29. user/file_formats
  30. user/extensions
  31. user/jupyterhub
  32. .. toctree::
  33. :maxdepth: 1
  34. :caption: Developer Guide
  35. developer/repo
  36. developer/extension_dev
  37. developer/documents
  38. developer/notebook
  39. developer/patterns
  40. developer/css
  41. developer/documentation
  42. developer/virtualdom
  43. developer/adding_content
  44. developer/examples
  45. developer/terminology
  46. developer/team
  47. developer/xkcd_extension_tutorial
  48. Indices and Tables
  49. ------------------
  50. * :ref:`genindex`
  51. * :ref:`modindex`
  52. * :ref:`search`