Skip to content
This repository has been archived by the owner on Jul 20, 2024. It is now read-only.

Commit

Permalink
Add voila heartbeat (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
agoose77 authored Oct 29, 2020
1 parent 5c6e95a commit 1a09fff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/share/jupyter/voila/templates/flex/index.html.j2
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@
var el = document.getElementById("voila-cell-count");
el.innerHTML = "Executing cell " + cellIndex + " of " + cellCount;
};
var voila_heartbeat = function() {
console.log('Ok, voila is still executing...');
}
</script>
{%- endblock body_header -%}

Expand Down

0 comments on commit 1a09fff

Please sign in to comment.