Added config
This commit is contained in:
parent
197df1c46b
commit
ee005954dc
7
mathpixelconf.py
Normal file
7
mathpixelconf.py
Normal file
@ -0,0 +1,7 @@
|
||||
Apps = [
|
||||
# mathpixel
|
||||
{"guiname": "Structure formation", "name": "swifthohenberg", "cmd": "apps/swifthohenberg.py", "persistent": False},
|
||||
{"guiname": "Quadratisch", "name": "quadratic", "cmd": "apps/quadratic.py"},
|
||||
{"guiname": "Pendel", "name": "pendulum", "cmd": "apps/pendlum.py"},
|
||||
{"guiname": "Konvergenz", "name": "convergence", "cmd": "apps/convergence.py"},
|
||||
]
|
Loading…
Reference in New Issue
Block a user