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 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/ab55c74e-c8b4-4721-a641-6086e3fb3f09%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to