magnusbbc

Results 5 comments of magnusbbc

I am having the exact same issue. JuliaCall has a similar issue

sure! Here is a minimum example (modified from [here](https://dash.plotly.com/basic-callbacks)) ``` from dash import Dash, dcc, html, Input, Output from julia import Main app = Dash(__name__) app.layout = html.Div([ html.H6("Change the...

I also suspected this may be the case, however it seems to me that the default configuration of Dash (as shown in the above example) should only use a single...

> I know this is not a great workaround, but have you considered using https://github.com/plotly/Dash.jl > > Could you also detail environment system and report your operating system? Did you...

> Hey, not sure how useful this is for your case but the solution I went with in the end was simply to use [HTTP.jl](https://github.com/JuliaWeb/HTTP.jl) to set up a simple...