dash-on-premise-sample-app
dash-on-premise-sample-app copied to clipboard
A ready-to-deploy Dash app for Dash Deployment Server
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [dash](https://plotly.com/dash) ([source](https://togithub.com/plotly/dash)) | `==1.16.3` -> `==2.15.0` |...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [dash](https://plotly.com/dash) ([source](https://togithub.com/plotly/dash)) | `==1.16.3` -> `==1.21.0` |...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...
- [x] reflect 3.x.x changes - [x] change execution to bash in app.json ie: ``` { "scripts": { "dokku": { "predeploy": "bash /app/setup_pyodbc" } } } ```
This branch demonstrates how to install `cx_Oracle` on Plotly On-Premise. See [Files Changed](https://github.com/plotly/dash-on-premise-sample-app/pull/2/files) to see the differences between this configuration and the basic configuration. Notes: - System-level packages are installed...
This branch demonstrates how to install `pyodbc` on Plotly On-Premise. See [Files Changed](https://github.com/plotly/dash-on-premise-sample-app/pull/3/files) to see the differences between this configuration and the basic configuration. Notes: - System-level packages are installed...
The sample app returns a mismatching redirect URI error when I try it in localhost with Plotly Auth. However, once I push it to the server it works fine.