SimonBiggs / scriptedforms

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

Include autoreload within the example #39

Closed SimonBiggs closed 6 years ago

SimonBiggs commented 6 years ago

Include the ipython autoreload magic within both examples. Have it commented out in the detailed version and not commented out in the simple version. People then can see its use for being able to update the python package and not having to restart the kernel.

SimonBiggs commented 6 years ago

Complete