forked from awesome-panel/awesome-panel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
out.txt
200 lines (120 loc) · 3.08 KB
/
out.txt
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
@task(1)
def about(self):
self.client.get("/about")
@task(1)
def async_tasks(self):
self.client.get("/async_tasks")
@task(1)
def awesome_list(self):
self.client.get("/awesome_list")
@task(1)
def bootstrap_alerts(self):
self.client.get("/bootstrap_alerts")
@task(1)
def bootstrap_card(self):
self.client.get("/bootstrap_card")
@task(1)
def bootstrap_dashboard(self):
self.client.get("/bootstrap_dashboard")
@task(1)
def caching_example(self):
self.client.get("/caching_example")
@task(1)
def classic_dashboard(self):
self.client.get("/classic_dashboard")
@task(1)
def custom_bokeh_model(self):
self.client.get("/custom_bokeh_model")
@task(1)
def data_explorer_loading(self):
self.client.get("/data_explorer_loading")
@task(1)
def dataframe_formatting(self):
self.client.get("/dataframe_formatting")
@task(1)
def dependent_widgets(self):
self.client.get("/dependent_widgets")
@task(1)
def de_tr__object_detection(self):
self.client.get("/detr")
@task(1)
def echarts(self):
self.client.get("/echarts")
@task(1)
def fast_grid_template(self):
self.client.get("/fast_grid_template")
@task(1)
def fileinput_area(self):
self.client.get("/fileinput_area")
@task(1)
def app_gallery(self):
self.client.get("/gallery")
@task(1)
def google_map_viewer(self):
self.client.get("/google_map_viewer")
@task(1)
def highcharts_network(self):
self.client.get("/highcharts_network")
@task(1)
def holoviews_linked_brushing(self):
self.client.get("/holoviews_linked_brushing")
@task(1)
def home(self):
self.client.get("/home")
@task(1)
def image_classifier(self):
self.client.get("/image_classifier")
@task(1)
def js_actions(self):
self.client.get("/js_actions")
@task(1)
def kickstarter_dashboard(self):
self.client.get("/kickstarter_dashboard")
@task(1)
def loading_spinners(self):
self.client.get("/loading_spinners")
@task(1)
def model_viewer(self):
self.client.get("/model_viewer")
@task(1)
def ngl_viewer(self):
self.client.get("/ngl_viewer")
@task(1)
def pandas_profiling(self):
self.client.get("/pandas_profiling_app")
@task(1)
def component_explorer(self):
self.client.get("/component_explorer")
@task(1)
def param_reference(self):
self.client.get("/param_reference")
@task(1)
def perspective_viewer(self):
self.client.get("/perspective")
@task(1)
def progress_extension(self):
self.client.get("/progress_extension")
@task(1)
def share_on_social_buttons(self):
self.client.get("/share_on_social_buttons")
@task(1)
def shoelace(self):
self.client.get("/shoelace")
@task(1)
def soccer_analytics_dashboard(self):
self.client.get("/soccer_analytics_dashboard")
@task(1)
def streaming_indicators(self):
self.client.get("/streaming_indicators")
@task(1)
def streaming_plots(self):
self.client.get("/streaming_plots")
@task(1)
def tabulator(self):
self.client.get("/tabulator")
@task(1)
def text_to_speech(self):
self.client.get("/text_to_speech")
@task(1)
def volume_profile_analysis(self):
self.client.get("/volume_profile_analysis")