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 code sections listen for their id within execution results #228

Open SimonBiggs opened 6 years ago

SimonBiggs commented 6 years ago

Instead of using the future in code sections swap to listening to execution results. That way outputs will update even when the code is run on another instance.