Dash documentation is down?

I’m not sure of the right place to report this, but when I go to https://plot.ly/dash/ I get an “Application Error” page. It looks like the site is down (I assume it’s not just me seeing this?)

No worries, you’re not the only one seeing this.

thanks for reporting, looking into it now

they are back up now. thanks again for reporting and so sorry for the inconvenience!

If this ever happens again in the future (and for future readers), you can always run these docs locally with:

git clone https://github.com/plotly/dash-docs
cd dash-docs
pip install -r requirements.txt
gunicorn tutorial.run:server
2 Likes