Added config

This commit is contained in:
Andreas Völker 2019-01-01 12:25:12 +01:00
parent 197df1c46b
commit ee005954dc

7
mathpixelconf.py Normal file
View 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"},
]