SimonBiggs / scriptedforms

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

Preload sessions that are displayed as links within a form #128

Closed SimonBiggs closed 6 years ago

SimonBiggs commented 6 years ago

Making the session booting code check to see if there is any kernel queue before it goes to start the next session boot.

All sessions that appear as links on a form should progressively be stepped through creating a session if one does not yet exist. This will make new form boot times significantly smaller.

SimonBiggs commented 6 years ago

Don't worry about this.