Dash.jl
Dash.jl copied to clipboard
Dash for Julia - A Julia interface to the Dash ecosystem for creating analytic web applications in Julia. No JavaScript required.
Hello, The following snippet works in Python: ```python from dash import Dash, dcc, html entries = [ { "label": [ html.Div(style={ "width" : "2cm", "height": "1em", "background-color": "red", }), "my...
``` Precompiling project... 43 dependencies successfully precompiled in 21 seconds. 14 already precompiled. 1 dependency had warnings during precompilation: ┌ Dash [1b08a953-4be3-4667-9a23-3db579824955] │ WARNING: method definition for NamedValue at /home/etienne/.julia/packages/Dash/pZMtv/src/components_utils/table_format.jl:7...
hi Awesome package, truly a nice addition to the Julia ecosystem, especially for newbies like me. Quick ques: Does anyone know if we can use Python libs such as https://www.dash-mantine-components.com...
When https://github.com/plotly/Dash.jl/pull/195 is merged it should be possible to write an extension such that some common Types have trivial component methods: ```julia df = DataFrame(data) app = dash() app.layout =...
I am working on creating some dash animation. Now I am able to create some animations using PlotlyJS, but I cannot seem to get that same buttons and sliders to...
Hey, I am running a function (That returns an interger) using the @sync @distributed macros in Julia. The function runs completely but upon returning I get the following error: `...
Hello. I am trying to build a multi-page app with Julia Dash. It seems like the documentation is still in a state of development for that section of the Julia...
I am using the Agents.jl package for some agent based model simulations. The Agents.jl package already has a bunch of plotting recipes for its plots, but those recipes seem to...
I am inclined to try adding support for long callbacks. But some guidance would be greatly appreciated, I think I can copy most of the logic and structure from the...
The examples that include adding rows or columns in https://dash.plotly.com/julia/datatable/editable do not appear to work when copy-pasted locally. The error I see is ``` Error: error handling request │ exception...