For the 0.8.0 release notes detailing the live updating python imports and other added features see https://github.com/SimonBiggs/scriptedforms/releases/tag/0.8.0
Latest now points to 0.9.0 as I added a small breaking change today and wanted to highlight it with a 0.* release. On Tue., 3 Apr. 2018, 7:27 am Simon Biggs, <[email protected]> wrote: > ScriptedForms > > - Quickly create live-update GUIs for Python packages using Markdown > and a few custom HTML elements. > - Just write in markdown + variables / UI types > - Based on Jupyter > > Release Highlights > Now have a portable windows version. Update the forms in the zip, rezip > the package, then send your forms to your colleagues. Download the portable > windows version at > https://github.com/SimonBiggs/scriptedforms/releases/latest > > Completely revamped variable-table. It can now have toggles, tick boxes, > dropdown select elements, strings, all within table elements. Input types > are defined by a python dictionary. Dropdown values are defined by a python > dictionary. The table itself is a pandas table. > > Implemented inline code within sections. This is designed to be used to > maximise separation of code and template allowing the majority of the code > to be written into a python file and then imported in. This can be combined > with a section-filechange enabling the form to re-import the python file > whenever the python file changes. > > For more information on the release see > https://github.com/SimonBiggs/scriptedforms/releases/latest or the > project readme ( > https://github.com/SimonBiggs/scriptedforms/blob/master/README.md) > > -- > You received this message because you are subscribed to a topic in the > Google Groups "Project Jupyter" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/jupyter/8jiIGo2MGwE/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jupyter/ab55c74e-c8b4-4721-a641-6086e3fb3f09%40googlegroups.com > <https://groups.google.com/d/msgid/jupyter/ab55c74e-c8b4-4721-a641-6086e3fb3f09%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/CAALqB0C1r7xwKggDWk51TLLvsadXDNusV_4pHw7jPPJt4QYpMg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
