Skip to content

Commit

Permalink
customize dash
Browse files Browse the repository at this point in the history
  • Loading branch information
neelasha23 committed Apr 18, 2024
1 parent 25c4800 commit df676d7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions doc/apps/dash.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ app = Dash(__name__)
server = app.server
```

```{note}
Dash applications will run with Python 3.11. To customize Python version or Docker image, refer this [section](customize).
```

## Testing locally

To test the Dash application, you can run the following commands locally:
Expand Down Expand Up @@ -104,6 +108,13 @@ ploomber-cloud deploy --watch
To ensure your app doesn't break on re-deployments, pin your [dependencies.](pin-dependencies)
```

(customize=)
## Customize deployment

To customize the Python version or base image for deployment, you may use [Docker deployment](./docker.md).



## Features

Ploomber Cloud supports many features to help you build Dash applications quickly!
Expand Down

0 comments on commit df676d7

Please sign in to comment.