Dash.jl icon indicating copy to clipboard operation
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.

Results 52 Dash.jl issues
Sort by recently updated
recently updated
newest added

I've really been enjoying Dashboards.jl — and am thrilled to see this becoming Dash.jl! I've been brainstorming a bit on how to make the HTML templating a bit simpler (and...

Noticed that the `dash` method does not accept a keyword arg for the app root path, and instead calls the built in `app_root_path()` to determine that here: https://github.com/plotly/Dash.jl/blob/462b215b3bf4693965b4eb840fcd21550114e00c/src/app/dashapp.jl#L330 I am...

Allow the app root path to be specified explicitly for the `dash()` method. The default is `app_root_path()` and does not break compatibilty. fixes: #232

Hi, just reading the documentation about circular callbacks within the same callback which indeed does not work for dash.jl , I gave a try with multiple callbacks and everything was...

aka time to first execution (aka time to first callback? :smirk: ) Ref: https://github.com/JuliaLang/PrecompileTools.jl

Python dash has now experimental support for React 18 - https://github.com/plotly/dash/pull/2260 - https://github.com/plotly/dash/issues/2254 since its `v2.9.0` release. We should test out Dash.jl and as many third-party Dash component packages out...

Hello there! I'm facing an error when trying to run my script with simple HTML components - none of them is working. ![image](https://github.com/plotly/Dash.jl/assets/43417175/8684a096-97b9-4cb0-980b-a9b300a1ca3e) My environment has the most recent versions...

and put it in the Dash.jl README.md somewhere? Resources: - python dash changelog: https://github.com/plotly/dash/blob/dev/CHANGELOG.md - Dash.jl assets: https://github.com/plotly/DashCoreResources

priority

Would be nice if we could support [background callbacks](https://dash.plotly.com/background-callbacks#example-4:-progress-bar) on the julia side also. Related to https://github.com/plotly/Dash.jl/issues/110