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

Delegate all queuing logic of code to be run to the server #129

Closed SimonBiggs closed 6 years ago

SimonBiggs commented 6 years ago

Try do this in a way to support multiple multiple browser windows with less issues.

SimonBiggs commented 6 years ago

This should also make it so that if a browser is refreshed quickly after opening it will still successfully complete all the start code.

I should make a 'start kernel with given code' api. It gets sent straight up all at once to the api, the server will then handle booting up the kernel and running the start code, making sure it all gets run.

SimonBiggs commented 6 years ago

Probably don't need to do this anymore...