dash-docs
dash-docs copied to clipboard
Local docs do not match production docs
If you pull this repo and run the local docs with while true; do IGNORE_DASH_BIO=true python index.py; sleep 2; done, they do not match the production docs. For example, the production igv example shows interactive examples of igv, while the same page on local docs is just "Reference & Documentation".
How do you build these docs locally so you can see the examples?
Additionally, when trying to build from a local dash_bio repository, after running gunicorn --preload index:server, the following error occurs:
dash.exceptions.DependencyException: "dash_bio" is registered but the path requested is not valid.
The path requested: "vendors~igv.js"
How does one register a local dash-bio build to be used the docs?