Skip to content

waralex/DashboardsExamples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Examples for Dashboards.jl

Running an example

You would need to run julia <path_to_example>. All examples listen to localhost:8080.

Once you run the example, open a web browser and go to http://127.0.0.1:8080 in order to see your Dashboard.

List of examples

Dash tutorial

The dash_tutorial folder contains examples from Dash tutorial implemented on Dashboards.jl.

File naming: <section number in the tutorial>_<section name>_<serial number of the example in this section>.

For example, 3_basic_dash_callbacks_3.jl is the implementation of the third dashboard in this tutorial page

All examples depends on Dashboards.jl and HTTP.jl. Some examples also depends on DataFrames.jl, CSV.jl, PlotlyBase.jl, JSON.jl and JSON2.jl

About

Examples for Dashboards.jl

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages