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? ` - :ref:`Is JupyterLab ready to use? ` - :ref:`What will happen to the classic Jupyter Notebook? ` - `Where is the official online documentation for JupyterLab? `__ Development ----------- - `How can you report a bug or provide feedback? `__ - `How can you contribute? `__ - :ref:`How can you extend or customize JupyterLab? ` 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.