index.rst 1.4 KB

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