Skip to content

Commit

Permalink
cleaned up readme
Browse files Browse the repository at this point in the history
  • Loading branch information
oegedijk committed Nov 18, 2020
1 parent 3b5797d commit a686773
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,10 @@
"source": [
"Then we define a `DashComponent` that takes a plot_factory and build a layout with two dropdowns and a graph.\n",
"\n",
"- The layout is defined in the `layout(self, params=None)` method\n",
"- Callbacks are defined in the `component_callbacks(self, app)` method \n",
"\n",
"\n",
"- By calling `super().__init__()` all parameters are automatically stored to attributes (so that we can access \n",
" e.g. `self.hide_country_dropdown`), and to a `._stored_params` dict (which can then be exported to `.yaml`)\n",
"- This layout makes use of the `make_hideable()` staticmethod, to conditionally \n",
Expand Down

0 comments on commit a686773

Please sign in to comment.