This repository was archived by the owner on Sep 28, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +12
-6
lines changed Expand file tree Collapse file tree 4 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 1
1
python /
2
- scriptedforms- * .zip
2
+ scriptedforms * .zip
Original file line number Diff line number Diff line change 1
1
# Portable Windows Bundle
2
2
3
- Write info here for users.
3
+ Download ` scriptedforms-windows-portable.zip ` from the latest release:
4
4
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)
31
31
32
32
Angular frequencies ($\omega$):
33
33
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 >
36
36
37
37
``` python
38
38
plt.figure(figsize = (5 * 1.618 ,5 ))
Original file line number Diff line number Diff line change 2
2
"scripts" : {
3
3
"update" : " wine ./python/python-*/python.exe -m pip --no-cache-dir install --upgrade scriptedforms numpy pandas matplotlib" ,
4
4
"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"
6
6
}
7
7
}
You can’t perform that action at this time.
0 commit comments