Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

Commit

Permalink
update bokeh app notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
bryevdv committed Aug 16, 2018
1 parent 3b0db69 commit 4409e71
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions tutorial/11 - Running Bokeh Applictions.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,31 @@
"Bokeh column data sources also support a `patch` method that can be used to efficiently update subsets of data."
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
"## Directory Format Apps and Templates\n",
"\n",
"Bokeh apps can also be defined with a directory format. This format affords the use of extra modules, data files, templates, theme files, and other features. The directory should contain a `main.py` which is the \"entry point\" for the app, but ay contain extra parts:\n",
"```\n",
"myapp\n",
" |\n",
" +---main.py\n",
" +---server_lifecycle.py\n",
" +---static\n",
" +---theme.yaml\n",
" +---templates\n",
" +---index.html\n",
"```\n",
"The [Directory Format](https://bokeh.pydata.org/en/latest/docs/user_guide/server.html#directory-format) section of the User's Guide has more information. \n",
"\n",
"See a complete sophisticated example at: https://github.com/bokeh/bokeh/tree/master/examples/app/dash\n",
"\n",
"<img src=\"https://bokeh.github.io/blog/2018/6/13/release-0-13-0/dash.png\">"
]
},
{
"cell_type": "markdown",
"metadata": {
Expand Down

0 comments on commit 4409e71

Please sign in to comment.