# Resources on creating Dash apps in Julia

**URL:** https://discourse.julialang.org/t/resources-on-creating-dash-apps-in-julia/69866
**Category:** Community
**Created:** [October 16, 2021, 12:13am UTC](https://discourse.julialang.org/t/resources-on-creating-dash-apps-in-julia/69866 "2021-10-16T00:13:51Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![mohamed82008](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/mohamed82008/32/18171_2.png) [@mohamed82008](https://discourse.julialang.org/u/mohamed82008)
#### Post date: [October 16, 2021, 12:13am UTC](https://discourse.julialang.org/t/resources-on-creating-dash-apps-in-julia/69866/1 "2021-10-16T00:13:51Z")

</div>

I found a lot of scattered resources on building Dash apps in Julia and I thought I can put them all in one place here. If you have more, please share below.

# Dash documentation

The Dash Julia documentation `https://dash.plotly.com/julia/` has numerous examples on how to use Dash to build apps in Julia with various components.

# YouTube tutorials

- [Get Started with Dash for Julia](https://www.youtube.com/watch?v=BLgcWmnIEUQ)
- [Build & Deploy Web Dashboards with Dash & Heroku | Tutorial 12 of 13 | Julia Web Tools for Beginners](https://www.youtube.com/watch?v=m0p6-SdUbOI)

# Examples and demos

- [Dash app for Flux.jl for building and training a neural network](https://github.com/efmanu/fluxdash)
- [Dash app for exploring some ODEs](https://github.com/valerocar/DashODE.jl)
- [Dash app for Optim.jl for optimising simple functions](https://github.com/efmanu/OptimDashApp.jl)
- [Dash app for Turing.jl for sampling from simple probabilistic programs](https://github.com/efmanu/TuringDashApp.jl)
- [Dash app for TopOpt.jl for visualizing the 2D/3D mesh output of topology optimization](https://github.com/JuliaTopOpt/DashVtk_Examples/tree/main/src/TopOptDemo)

---

<div class="post-metadata">

### Author: ![valeroc](https://avatars.discourse-cdn.com/v4/letter/v/7c8e57/32.png) [@valeroc](https://discourse.julialang.org/u/valeroc)
#### Post date: [October 16, 2021, 12:33am UTC](https://discourse.julialang.org/t/resources-on-creating-dash-apps-in-julia/69866/2 "2021-10-16T00:33:08Z")

</div>

Thanks for this!

---

<div class="post-metadata">

### Author: ![cepel](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/cepel/32/30275_2.png) [@cepel](https://discourse.julialang.org/u/cepel)
#### Post date: [October 16, 2021, 12:14pm UTC](https://discourse.julialang.org/t/resources-on-creating-dash-apps-in-julia/69866/3 "2021-10-16T12:14:31Z")

</div>

Thanks for sharing!

I am also developing Dash Julia applications for visualization, here you can review my recent apps’ code on GitHub and Heroku: [https://github.com/tolgahancepel/dash-julia-applications](https://github.com/tolgahancepel/dash-julia-applications)

---

<div class="post-metadata">

### Author: ![valeroc](https://avatars.discourse-cdn.com/v4/letter/v/7c8e57/32.png) [@valeroc](https://discourse.julialang.org/u/valeroc)
#### Post date: [October 20, 2021, 4:19am UTC](https://discourse.julialang.org/t/resources-on-creating-dash-apps-in-julia/69866/4 "2021-10-20T04:19:54Z")

</div>

They look great! I found your code very useful and it helped me develop my own apps. Thanks for sharing!
