Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 618 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 618 Bytes

Here there are some jupyter notebooks and similar programs in python, showing step by step how to start using dash for producing interactive plots.

0_intro_plotly A first to plotly

1_dash_install_html Contains how to install the needed packages and produces a a "Hello World" message on a browser.

2_dash_core_components Included a markdown text, a dropdown menu and a graph.

3_plotly_in_dash Similiar to 2_dash_core_components but declaring the plot using plotly functions

4_dash_callback A first reactive plot.

requirements Contains the list of modules needed to run the scripts above