Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 917 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 917 Bytes

dash-webinar

A Dash app powerd by Vaex - Plotly webinar August 2020

See also the more full fledged example https://github.com/vaexio/dash-120million-taxi-app which is live at https://dash.vaex.io

Try out this project in Dash Enterprise workspace

  • Create a new app in Dash Enterprise
  • Create a workspace
  • Open the workspace
  • Open the terminal in the workspace
  • Execute the following:
git remote add github https://github.com/vaexio/dash-webinar.git
git fetch github
git reset --hard github/master
pip install --upgrade pip
pip install -r requirements.txt
  • Run the app.ipynb notebook, it should look like this:

Screen Shot 2020-08-26 at 15 08 01

Deploy

  • Run in the terminal
git push plotly --force (the force is only needed the first time)