glaserL / viasp

A visualization tool for clingo
MIT License
3 stars 3 forks source link

Allow backend url to be given as a parameter during dash component construction #19

Closed glaserL closed 2 years ago

glaserL commented 2 years ago

E.g.

app.layout = html.Div([
    viasp_dash.ViaspDash(
        id="myID",
        backend_url="foobar.com:port"
    ),
    html.Div(id='output')
])
glaserL commented 2 years ago

This already works, forgot when it was added unfortunately