Skip to content

Commit

Permalink
Update suggested build type on troubleshoot msg
Browse files Browse the repository at this point in the history
When an error occurs, user is suggested to disable
the `dev_build` but it suggests using `--dev-mode=False`
which should actually be `--dev-build=False`
  • Loading branch information
lresende committed Feb 13, 2020
1 parent bca7bee commit 3c0550f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyterlab/labapp.py
Expand Up @@ -48,7 +48,7 @@
If you are building via the `jupyter lab build` command, you can disable
these options like so:
jupyter lab build --dev-mode=False --minimize=False
jupyter lab build --dev-build=False --minimize=False
You can also disable these options for all JupyterLab builds by adding these
lines to a Jupyter config file named `jupyter_config.py`:
Expand Down

0 comments on commit 3c0550f

Please sign in to comment.