This repository was archived by the owner on Sep 28, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11python /
2- scriptedforms- * .zip
2+ scriptedforms * .zip
Original file line number Diff line number Diff line change 11# Portable Windows Bundle
22
3- Write info here for users.
3+ Download ` scriptedforms-windows-portable.zip ` from the latest release:
44
5- Link to here from main README.md
5+ > < https://github.com/SimonBiggs/scriptedforms/releases/latest >
6+
7+ Extract this zip file and run ` scriptedforms.bat ` . This will start a browser
8+ pointing to the form called ` landing-page.md ` within the ` my-forms ` directory.
9+
10+ Edit the forms within the ` my-forms ` directory. Feel free to the rebundle up
11+ the zip and share the form bundle with your colleagues.
Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ omega = np.ones(2)
3131
3232Angular frequencies ($\omega$):
3333
34- <variable-slider name =" $\omega_0$ " min =" 0 " max =" 6 " step =" 0.1 " >omega[ 0] </variable-slider >
35- <variable-slider name =" $\omega_1$ " min =" 0 " max =" 6 " step =" 0.1 " >omega[ 1] </variable-slider >
34+ <variable-slider label =" $\omega_0$ " min =" 0 " max =" 6 " step =" 0.1 " >omega[ 0] </variable-slider >
35+ <variable-slider label =" $\omega_1$ " min =" 0 " max =" 6 " step =" 0.1 " >omega[ 1] </variable-slider >
3636
3737``` python
3838plt.figure(figsize = (5 * 1.618 ,5 ))
Original file line number Diff line number Diff line change 22 "scripts" : {
33 "update" : " wine ./python/python-*/python.exe -m pip --no-cache-dir install --upgrade scriptedforms numpy pandas matplotlib" ,
44 "test" : " wine ./python/python-*/python.exe -m scriptedforms ./my-forms/a-slider.md" ,
5- "zip" : " zip -r scriptedforms-0.7.1 .zip python/* my-forms/* scriptedforms.bat"
5+ "zip" : " zip -r scriptedforms-windows-portable .zip python/* my-forms/* scriptedforms.bat"
66 }
77}
You can’t perform that action at this time.
0 commit comments