Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow progressive loading/templates #71

Conversation

maartenbreddels
Copy link
Member

Before rendering/server the voila.tpl (nbconvert) template, we (optionally) send an html page (voila.html template) to allow progressive loading. A template can show a spinner (example below), or already show a portion of the UI.

This new template is basically a split of voila.tpl into voila.html (the header and a loading screen), and voila.tpl (the rest of the body, and the end tags).

voila-progresssive

This solves #70 and is a subset of #60.

@SylvainCorlay
Copy link
Member

As discussed in person, closing in favor of #133. (Will reconsider later).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants