Browse Source

Merge pull request #6114 from raybellwaves/patch-2

DOC: add tips and tricks
Jason Grout 6 years ago
parent
commit
db7729e8fa
1 changed files with 7 additions and 0 deletions
  1. 7 0
      docs/source/getting_started/faq.rst

+ 7 - 0
docs/source/getting_started/faq.rst

@@ -21,3 +21,10 @@ Development
 -  `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.