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

Commit

Permalink
re-eval notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
bryevdv committed Nov 10, 2019
1 parent d59d794 commit fcb675e
Show file tree
Hide file tree
Showing 19 changed files with 2,024 additions and 1,216 deletions.
2 changes: 1 addition & 1 deletion index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.7"
"version": "3.7.5"
}
},
"nbformat": 4,
Expand Down
135 changes: 71 additions & 64 deletions quickstart/quickstart.ipynb

Large diffs are not rendered by default.

80 changes: 42 additions & 38 deletions tutorial/00 - Introduction and Setup.ipynb

Large diffs are not rendered by default.

181 changes: 96 additions & 85 deletions tutorial/01 - Basic Plotting.ipynb

Large diffs are not rendered by default.

221 changes: 117 additions & 104 deletions tutorial/02 - Styling and Theming.ipynb

Large diffs are not rendered by default.

136 changes: 72 additions & 64 deletions tutorial/03 - Data Sources and Transformations.ipynb

Large diffs are not rendered by default.

174 changes: 92 additions & 82 deletions tutorial/04 - Adding Annotations.ipynb

Large diffs are not rendered by default.

67 changes: 36 additions & 31 deletions tutorial/05 - Presentation Layouts.ipynb

Large diffs are not rendered by default.

187 changes: 99 additions & 88 deletions tutorial/06 - Linking and Interactions.ipynb

Large diffs are not rendered by default.

241 changes: 126 additions & 115 deletions tutorial/07 - Bar and Categorical Data Plots.ipynb

Large diffs are not rendered by default.

93 changes: 53 additions & 40 deletions tutorial/08 - Graph and Network Plots.ipynb

Large diffs are not rendered by default.

93 changes: 53 additions & 40 deletions tutorial/09 - Geographic Plots.ipynb

Large diffs are not rendered by default.

144 changes: 75 additions & 69 deletions tutorial/10 - Exporting and Embedding.ipynb

Large diffs are not rendered by default.

41 changes: 22 additions & 19 deletions tutorial/11 - Running Bokeh Applications.ipynb

Large diffs are not rendered by default.

202 changes: 95 additions & 107 deletions tutorial/A1 - Models and Primitives.ipynb

Large diffs are not rendered by default.

113 changes: 61 additions & 52 deletions tutorial/A2 - Visualizing Big Data with Datashader.ipynb

Large diffs are not rendered by default.

1,110 changes: 903 additions & 207 deletions tutorial/A3 - High-Level Charting with Holoviews.ipynb

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions tutorial/A4 - Additional Resources.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -44,26 +44,26 @@
"\n",
"---\n",
"\n",
"##### Documentation - https://bokeh.pydata.org/en/latest \n",
"##### Documentation - https://docs.bokeh.org/en/latest \n",
"\n",
"The documentation toplevel page\n",
"\n",
"---\n",
"\n",
"##### User's Guide - https://bokeh.pydata.org/en/latest/docs/user_guide.html\n",
"##### User's Guide - https://docs.bokeh.org/en/latest/docs/user_guide.html\n",
"\n",
"The user's guide has many top-oriented subsections, for example \"Plotting with Basic Glyphs\", \"Configuring Plot Tools\", or \"Adding Interactions\". Each user's guide section typically example code and corresponding live plots that demonstrate how to accomplish various tasks. \n",
"\n",
"---\n",
"\n",
"##### Gallery - https://bokeh.pydata.org/en/latest/docs/gallery.html\n",
"##### Gallery - https://docs.bokeh.org/en/latest/docs/gallery.html\n",
"\n",
"One of the best ways to learn is to find an existing example similar to what you want, and to study it and then use it as a starting place. Starting from a known working example can often save time and effort when getting started by allowing you to make small, incremental changes and observing the outcome. The Bokeh docs have a large thumbnail gallery that links to live plots and apps with corresponding code. \n",
"\n",
"\n",
"---\n",
"\n",
"##### Reference Guide - https://bokeh.pydata.org/en/latest/docs/reference.html\n",
"##### Reference Guide - https://docs.bokeh.org/en/latest/docs/reference.html\n",
"\n",
"If you are already familiar with Bokeh and have questions about specific details of the obejcts you are already using, the reference guide is a good resource for finding information. The reference guide is automatically generated from the project source code and is a complete resources for all bokeh models and their properties. \n",
"\n",
Expand Down Expand Up @@ -164,7 +164,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.7"
"version": "3.7.5"
}
},
"nbformat": 4,
Expand Down
10 changes: 5 additions & 5 deletions tutorial/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ Or download from: https://github.com/bokeh/bokeh-notebooks/archive/master.zip

This tutorial has been tested on:

* bokeh 0.12.7
* pandas 0.20.3
* notebook 5.0.0
* bokeh 1.4.0
* pandas 0.25.2
* notebook 6.0.1
* phantomjs 2.1.1
* pillow 4.2.1
* selenium 3.5.0
* pillow 6.1.0
* selenium 3.8.0

Other combinations may work also.

Expand Down

0 comments on commit fcb675e

Please sign in to comment.