def target(): template.basic_output() template.background_output() run_as_function(template.basic_input()) actions(buttons=['Continue']) template.background_input()
def target(): run_js("$('#markdown-body>.alert-warning').remove()") template.basic_output() template.background_output() run_as_function(template.basic_input()) actions(buttons=['Continue']) template.background_input()
def target(): set_env(auto_scroll_bottom=True) template.set_defer_call() template.basic_output() template.background_output() run_as_function(template.basic_input()) actions(buttons=['Continue']) template.background_input()