att-vault / vault

ATT Vault Tech Scenario
2 stars 1 forks source link

Set up caching for panel app #31

Closed jbednar closed 3 years ago

jbednar commented 3 years ago

Makes the app from panel serve Viewing_AIS.ipynb load and project the data only the first time it is visited, caching the resulting dataframe in memory for subsequent visitors. Seems to work, though the page load time still seems fairly slow even after caching. Plus I may be confused, but the throttling for zooming seems worse for the app than for the Jupyter version.

jlstevens commented 3 years ago

Looks good to me! I'll merge this into the dev branch now.