-
Notifications
You must be signed in to change notification settings - Fork 25
/
kamodo.yaml
52 lines (52 loc) · 956 Bytes
/
kamodo.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
config_override: kamodo.yaml
gui:
external_stylesheets: []
routes_pathname_prefix: /kamodo/
kamodo_output: kamodo_output
models:
mymodel:
class: kamodo.Kamodo
evaluate: {}
fig_layout:
autosize: true
params:
f: x**2 - 1
y: f**3
plot:
f:
x:
max: 1
min: -1
n: 31
y:
x:
max: 1
min: -1
n: 31
myothermodel:
class: kamodo.Kamodo
evaluate: {}
fig_layout:
autosize: true
params:
f: x**3
g: y - x
mythirdmodel:
class: kamodo.test_kamodo.Ktest
user_model:
class: kamodo.test_kamodo.Ktest
plot_conf:
animation_opts: null
auto_open: true
auto_play: true
config: null
filename: temp-plot.html
image: null
image_filename: plot_image
include_mathjax: cdn
include_plotlyjs: cdn
link_text: Export to plot.ly
output_type: file
show_link: false
validate: true
verbose: true