faq.rst 814 B

1234567891011121314151617181920212223
  1. Frequently Asked Questions (FAQ)
  2. ================================
  3. Below are some frequently asked questions. Click on a question to be directed to
  4. relevant information in our documentation or our GitHub repo.
  5. General
  6. -------
  7. - :ref:`What is JupyterLab? <overview>`
  8. - :ref:`Is JupyterLab ready to use? <releases>`
  9. - :ref:`What will happen to the classic Jupyter Notebook? <releases>`
  10. - `Where is the official online documentation for
  11. JupyterLab? <https://jupyterlab.readthedocs.io/en/stable/>`__
  12. Development
  13. -----------
  14. - `How can you report a bug or provide
  15. feedback? <https://github.com/jupyterlab/jupyterlab/issues>`__
  16. - `How can you
  17. contribute? <https://github.com/jupyterlab/jupyterlab/blob/master/CONTRIBUTING.md>`__
  18. - :ref:`How can you extend or customize JupyterLab? <user_extensions>`