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

Debug mode #286

Open SimonBiggs opened 5 years ago

SimonBiggs commented 5 years ago

Create a debug mode where all python sections have a jupyter notebook cell appended above them for interactive editing. Also have a jupyter console printing all of the kernel commands, outputs, and errors in a column to the right. This debug mode should be able to be toggled with a button on the toolbar.