Skip to content

Commit

Permalink
Update run.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stichbury authored Jul 8, 2024
1 parent 8b1f8bc commit 4a3c16a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vizro-core/docs/pages/user-guides/run.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ The dashboard application can be launched in a Jupyter environment in `inline`,
- you can specify `jupyter_mode="external"` and a link will be displayed to direct you to the localhost where the dashboard is running.
- you can use tab mode by `jupyter_mode="tab"` to automatically open the app in a new browser

### Reloading and debugging
??? note "Reloading and debugging"

Code reloading and hot reloading do not work within a Jupyter Notebook. Instead, you must restart the entire Jupyter kernel to reload the dashboard and reflect changes in the dashboard configuration.
Code reloading and hot reloading do not work within a Jupyter Notebook. Instead, you must restart the entire Jupyter kernel to reload the dashboard and reflect changes in the dashboard configuration.

## Gunicorn

Expand Down

0 comments on commit 4a3c16a

Please sign in to comment.