MCPcopy Create free account

hub / github.com/AI4Science-WestlakeU/wdno / endpoints

Endpoints24 in github.com/AI4Science-WestlakeU/wdno

Routebatch_ticks
self.app.callback(Output('batch-slider', 'marks'), [Input('interval', 'n_intervals')])
smoke/phi/viz/dash_gui.py:None
Routebenchmark_sequence
self.app.callback(Output('run-statistics', 'children'), [Input('button-benchmark', 'n_clicks')])
smoke/phi/viz/dash_gui.py:None
Routedepth_ticks
self.app.callback(Output('depth-slider', 'marks'), [Input('interval', 'n_intervals')])
smoke/phi/viz/dash_gui.py:None
Routelaunch_tb
self.app.callback(Output('tensorboard-href', 'href'), [Input('launch-tensorboard', 'n_clicks')])
smoke/phi/viz/dash_gui.py:None
Routepause_simulation
self.app.callback(Output('button-pause', 'style'), [Input('button-pause', 'n_clicks')])
smoke/phi/viz/dash_gui.py:None
Routeperform_action
self.app.callback(Output(action.id, 'disabled'), [Input(action.id, 'n_clicks')])
smoke/phi/viz/dash_gui.py:None
Routesave_model
self.app.callback(Output('model-info', 'children'), [Input('button-save-model',
smoke/phi/viz/dash_gui.py:None
Routeset_antisymmetry
self.app.callback(Output('antisymmetry-checkbox', 'style'), [Input('antisymmetry-checkbox', 'value')])
smoke/phi/viz/dash_gui.py:None
Routeset_framerate
self.app.callback(Output('framerate-slider', 'disabled'), [Input('framerate-slider'
smoke/phi/viz/dash_gui.py:None
Routeset_model_bool
self.app.callback(Output(control.id, 'style'), [Input(control.id, 'value')])
smoke/phi/viz/dash_gui.py:None
Routeset_model_text
self.app.callback(Output(control.id, 'disabled'), [Input(control.id, 'value')])
smoke/phi/viz/dash_gui.py:None
Routeset_model_value
self.app.callback(Output(control.id, 'disabled'), [Input(control.id, 'value')])
smoke/phi/viz/dash_gui.py:None
Routeset_update_timer
self.app.callback(Output('interval', 'interval'), inputs=[Input('button-start', 'n_
smoke/phi/viz/dash_gui.py:None
Routesimulation_step
self.app.callback(Output('step-complete', 'children'), [Input('button-step', 'n_clicks')])
smoke/phi/viz/dash_gui.py:None
Routestart_simulation
self.app.callback(Output('button-start', 'style'), [Input('button-start', 'n_clicks')])
smoke/phi/viz/dash_gui.py:None
Routeupdate_batch_slider
self.app.callback(Output('batch-slider', 'max'), inputs=[Input('batch-slider', 'val
smoke/phi/viz/dash_gui.py:None
Routeupdate_depth_slider
self.app.callback(Output('depth-slider', 'max'), [Input('depth-slider', 'value'), I
smoke/phi/viz/dash_gui.py:None
Routeupdate_graph1
self.app.callback(Output('graph', 'figure'), inputs=[Input('field-select', 'value')
smoke/phi/viz/dash_gui.py:None
Routeupdate_graph2
self.app.callback(Output('graph2', 'figure'), inputs=[Input('field-select2', 'value
smoke/phi/viz/dash_gui.py:None
Routeupdate_record_params
self.app.callback(Output('record-types', 'style'), [Input('record-types', 'value'),
smoke/phi/viz/dash_gui.py:None
Routeupdate_sequence_params
self.app.callback(Output('sequence-count', 'disabled'), [Input('sequence-count', 'v
smoke/phi/viz/dash_gui.py:None
Routeupdate_statusbar
self.app.callback(Output('statusbar', 'children'), [Input('status-interval', 'n_intervals')])
smoke/phi/viz/dash_gui.py:None
Routewrite_current_frame
self.app.callback(Output('button-write-frame', 'disabled'), [Input('button-write-frame', 'n_clicks')])
smoke/phi/viz/dash_gui.py:None
Routewrite_sequence
self.app.callback(Output('button-sequence', 'style'), [Input('button-sequence', 'n_clicks')])
smoke/phi/viz/dash_gui.py:None