#!/usr/bin/env python # coding: utf-8 # # # # # #
# # # # #

Bokeh Tutorial

#
#

A4. Additional resources

# # Additional resources # # There are lots of things we haven't had time to tell you about. In general to learn more about bokeh, the following resources will hopefully be helpful: # # # ## Doumentation # # ##### Main Page - https://bokeh.org # # The main front page, with links to many other resources # # --- # # ##### Documentation - https://docs.bokeh.org/en/latest # # The documentation toplevel page # # --- # # ##### User's Guide - https://docs.bokeh.org/en/latest/docs/user_guide.html # # 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. # # --- # # ##### Gallery - https://docs.bokeh.org/en/latest/docs/gallery.html # # 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. # # # --- # # ##### Reference Guide - https://docs.bokeh.org/en/latest/docs/reference.html # # 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. # # --- # # # # ##### Issue tracker - https://github.com/bokeh/bokeh/issues # # The GitHub issue tracker is the place to go to submit ***bug reports*** and ***feature requests***. It it NOT the right place for general support questions (see the *General Community Support* links below). # # # ## Example apps and Scripts # # In addition to all the live gallery examples, Bokeh has many additional scripts and apps that can be instructive to study and emulate. # # ##### Examples folder - https://github.com/bokeh/bokeh/tree/master/examples/ # # ## General Commnity Support # # Bokeh has a large and growing community. The best place to go for general support questions (either to ask, or to answer!) is https://discourse.bokeh.org # # # ## Contributor Resources # # Bokeh has a small but growing developer community. We are always looking to have new contributors. Below are some resources for people involved in working on Bokeh itself. # # ##### Source code - https://github.com/bokeh/bokeh # # Go here to clone the GitHub repo (in order to contribute or get the examples), or to submit issues to the issue tracker # # --- # # ##### Issue tracker - https://github.com/bokeh/bokeh/issues # # The GitHub issue tracker is the place to go to submit ***bug reports*** and ***feature requests***. For general support questions, see the *General Community Support* links above. # # --- # # #### Contributors's Guide - https://bokeh.pydata.org/en/latest/docs/dev_guide.html # # If you are interesting in becoming a contributor to Bokeh, the developer's guide is the place to start. It has information about getting a development environment set up, the library architecture, writing and running tests, # # # Next Section # This is the last section of the appendices. # # To go back to the overview, click [here](00%20-%20Introduction%20and%20Setup.ipynb). # In[ ]: