SimonBiggs / scriptedforms

Quickly create live-update GUIs for Python packages using Markdown and simple HTML elements.
Apache License 2.0
508 stars 34 forks source link

Make the output show even before the spinner is finished #180

Closed SimonBiggs closed 6 years ago

SimonBiggs commented 6 years ago

Just make it not occur if the output is empty?

SimonBiggs commented 6 years ago

Have an optional parameter "display-only-on-complete". That can then be used when a smooth plot change is desired however revert the default behaviour to display each plot as it is ready.