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.

Development

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 for more information.