123456789101112131415161718192021222324252627282930 |
- Frequently Asked Questions (FAQ)
- ================================
- Below are some frequently asked questions. Click on a question to be directed to
- relevant information in our documentation or our GitHub repo.
- General
- -------
- - :ref:`What is JupyterLab? <overview>`
- - :ref:`Is JupyterLab ready to use? <releases>`
- - :ref:`What will happen to the classic Jupyter Notebook? <releases>`
- - `Where is the official online documentation for
- JupyterLab? <https://jupyterlab.readthedocs.io/en/stable/>`__
- Development
- -----------
- - `How can you report a bug or provide
- feedback? <https://github.com/jupyterlab/jupyterlab/issues>`__
- - `How can you
- contribute? <https://github.com/jupyterlab/jupyterlab/blob/master/CONTRIBUTING.md>`__
- - :ref:`How can you extend or customize JupyterLab? <user_extensions>`
- Tips and Tricks
- ---------------
- - How do I start JupyterLab with a clean workspace every time?
- Add `'c.NotebookApp.default_url = '/lab?reset'` to your `jupyter_notebook_config.py`. See [How to create a jupyter_notebook_config.py](https://jupyter-notebook.readthedocs.io/en/stable/config.html) for more information.
|