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

Commit

Permalink
update to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bryevdv committed Apr 9, 2019
1 parent 49fe8c2 commit 15d1538
Show file tree
Hide file tree
Showing 18 changed files with 2,342 additions and 1,917 deletions.
6 changes: 2 additions & 4 deletions index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@
"\n",
"You can also ask questions on StackOverflow and use the [``#bokeh``](http://stackoverflow.com/questions/tagged/bokeh) tag.\n",
"\n",
"For information about commercial development, custom visualization development or embedding Bokeh in your applications, please contact [sales@anaconda.com](mailto:sales@anaconda.com)\n",
"\n",
"To donate funds to support the development of Bokeh, please contact [info@pydata.org](mailto:info@pydata.org)"
]
},
Expand All @@ -70,7 +68,7 @@
"source": [
"## Thanks\n",
"\n",
"Bokeh is developed with financial support from [Anaconda, Inc.](https://anaconda.com) as well as individual community contributions. Many thanks to [all of the Bokeh Github contributors](https://github.com/bokeh/bokeh/graphs/contributors)."
"Bokeh was originally developed with financial support from [Anaconda, Inc.](https://anaconda.com) and the Darpa XDATA initiative, and continues due to support from NumFOCUS and individual community contributions. Many thanks to [all of the Bokeh Github contributors](https://github.com/bokeh/bokeh/graphs/contributors)."
]
},
{
Expand Down Expand Up @@ -105,7 +103,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.6"
"version": "3.7.2"
}
},
"nbformat": 4,
Expand Down
166 changes: 94 additions & 72 deletions quickstart/quickstart.ipynb

Large diffs are not rendered by default.

134 changes: 78 additions & 56 deletions tutorial/00 - Introduction and Setup.ipynb

Large diffs are not rendered by default.

195 changes: 112 additions & 83 deletions tutorial/01 - Basic Plotting.ipynb

Large diffs are not rendered by default.

208 changes: 115 additions & 93 deletions tutorial/02 - Styling and Theming.ipynb

Large diffs are not rendered by default.

158 changes: 90 additions & 68 deletions tutorial/03 - Data Sources and Transformations.ipynb

Large diffs are not rendered by default.

210 changes: 116 additions & 94 deletions tutorial/04 - Adding Annotations.ipynb

Large diffs are not rendered by default.

128 changes: 75 additions & 53 deletions tutorial/05 - Presentation Layouts.ipynb

Large diffs are not rendered by default.

192 changes: 107 additions & 85 deletions tutorial/06 - Linking and Interactions.ipynb

Large diffs are not rendered by default.

334 changes: 178 additions & 156 deletions tutorial/07 - Bar and Categorical Data Plots.ipynb

Large diffs are not rendered by default.

138 changes: 80 additions & 58 deletions tutorial/08 - Graph and Network Plots.ipynb

Large diffs are not rendered by default.

176 changes: 84 additions & 92 deletions tutorial/09 - Geographic Plots.ipynb

Large diffs are not rendered by default.

142 changes: 82 additions & 60 deletions tutorial/10 - Exporting and Embedding.ipynb

Large diffs are not rendered by default.

392 changes: 377 additions & 15 deletions tutorial/11 - Running Bokeh Applictions.ipynb

Large diffs are not rendered by default.

758 changes: 289 additions & 469 deletions tutorial/A1 - Models and Primitives.ipynb

Large diffs are not rendered by default.

106 changes: 57 additions & 49 deletions tutorial/A2 - Visualizing Big Data with Datashader.ipynb

Large diffs are not rendered by default.

814 changes: 405 additions & 409 deletions tutorial/A3 - High-Level Charting with Holoviews.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tutorial/A4 - Additional Resources.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.6"
"version": "3.7.2"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 15d1538

Please sign in to comment.