Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AI4Science-WestlakeU/wdno
/ endpoints
Endpoints
24 in github.com/AI4Science-WestlakeU/wdno
⨍
Functions
1,208
◇
Types & classes
150
↳
Endpoints
24
Route
batch_ticks
self.app.callback(Output('batch-slider', 'marks'), [Input('interval', 'n_intervals')])
smoke/phi/viz/dash_gui.py:None
Route
benchmark_sequence
self.app.callback(Output('run-statistics', 'children'), [Input('button-benchmark', 'n_clicks')])
smoke/phi/viz/dash_gui.py:None
Route
depth_ticks
self.app.callback(Output('depth-slider', 'marks'), [Input('interval', 'n_intervals')])
smoke/phi/viz/dash_gui.py:None
Route
launch_tb
self.app.callback(Output('tensorboard-href', 'href'), [Input('launch-tensorboard', 'n_clicks')])
smoke/phi/viz/dash_gui.py:None
Route
pause_simulation
self.app.callback(Output('button-pause', 'style'), [Input('button-pause', 'n_clicks')])
smoke/phi/viz/dash_gui.py:None
Route
perform_action
self.app.callback(Output(action.id, 'disabled'), [Input(action.id, 'n_clicks')])
smoke/phi/viz/dash_gui.py:None
Route
save_model
self.app.callback(Output('model-info', 'children'), [Input('button-save-model',
smoke/phi/viz/dash_gui.py:None
Route
set_antisymmetry
self.app.callback(Output('antisymmetry-checkbox', 'style'), [Input('antisymmetry-checkbox', 'value')])
smoke/phi/viz/dash_gui.py:None
Route
set_framerate
self.app.callback(Output('framerate-slider', 'disabled'), [Input('framerate-slider'
smoke/phi/viz/dash_gui.py:None
Route
set_model_bool
self.app.callback(Output(control.id, 'style'), [Input(control.id, 'value')])
smoke/phi/viz/dash_gui.py:None
Route
set_model_text
self.app.callback(Output(control.id, 'disabled'), [Input(control.id, 'value')])
smoke/phi/viz/dash_gui.py:None
Route
set_model_value
self.app.callback(Output(control.id, 'disabled'), [Input(control.id, 'value')])
smoke/phi/viz/dash_gui.py:None
Route
set_update_timer
self.app.callback(Output('interval', 'interval'), inputs=[Input('button-start', 'n_
smoke/phi/viz/dash_gui.py:None
Route
simulation_step
self.app.callback(Output('step-complete', 'children'), [Input('button-step', 'n_clicks')])
smoke/phi/viz/dash_gui.py:None
Route
start_simulation
self.app.callback(Output('button-start', 'style'), [Input('button-start', 'n_clicks')])
smoke/phi/viz/dash_gui.py:None
Route
update_batch_slider
self.app.callback(Output('batch-slider', 'max'), inputs=[Input('batch-slider', 'val
smoke/phi/viz/dash_gui.py:None
Route
update_depth_slider
self.app.callback(Output('depth-slider', 'max'), [Input('depth-slider', 'value'), I
smoke/phi/viz/dash_gui.py:None
Route
update_graph1
self.app.callback(Output('graph', 'figure'), inputs=[Input('field-select', 'value')
smoke/phi/viz/dash_gui.py:None
Route
update_graph2
self.app.callback(Output('graph2', 'figure'), inputs=[Input('field-select2', 'value
smoke/phi/viz/dash_gui.py:None
Route
update_record_params
self.app.callback(Output('record-types', 'style'), [Input('record-types', 'value'),
smoke/phi/viz/dash_gui.py:None
Route
update_sequence_params
self.app.callback(Output('sequence-count', 'disabled'), [Input('sequence-count', 'v
smoke/phi/viz/dash_gui.py:None
Route
update_statusbar
self.app.callback(Output('statusbar', 'children'), [Input('status-interval', 'n_intervals')])
smoke/phi/viz/dash_gui.py:None
Route
write_current_frame
self.app.callback(Output('button-write-frame', 'disabled'), [Input('button-write-frame', 'n_clicks')])
smoke/phi/viz/dash_gui.py:None
Route
write_sequence
self.app.callback(Output('button-sequence', 'style'), [Input('button-sequence', 'n_clicks')])
smoke/phi/viz/dash_gui.py:None