CDAT / jupyter-vcdat

A Jupyter Lab extension based on vCDAT.
BSD 3-Clause "New" or "Revised" License
6 stars 5 forks source link

Check for file existence during plot export #70

Closed William-Hill closed 5 years ago

William-Hill commented 5 years ago

When exporting a plot, the export alert is set on an arbitrary timer, it doesn't fully correlate with the export process. Attempt to use a conditional to remove the alert when the file has been fully exported.

Reference: https://www.oreilly.com/library/view/pure-javascript/0672315475/0672315475_ch08lev2sec75.html

William-Hill commented 5 years ago

Resolved by #108