- Notifications
You must be signed in to change notification settings - Fork4.2k
Interactive Data Visualization in the browser, from Python
License
bokeh/bokeh
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Bokeh is an interactive visualization library for modern web browsers. It provides elegant, concise construction of versatile graphics and affords high-performance interactivity across large or streaming datasets. Bokeh can help anyone who wants to create interactive plots, dashboards, and data applications quickly and easily.
Package | |||
Project | |||
Downloads | |||
Build | |||
Community |
Considermaking a donation if you enjoy using Bokeh and want to support its development.
To install Bokeh and its required dependencies usingpip
, enter the following command at a Bash or Windows command prompt:
pip install bokeh
To install usingconda
, enter the following command at a Bash or Windows command prompt:
conda install bokeh
Refer to theinstallation documentation for more details.
Once Bokeh is installed, check out thefirst steps guides.
Visit thefull documentation site to view theUser's Guide orcheckout the Bokeh tutorial repository to learn about Bokeh in live Jupyter Notebooks.
Community support is available on theProject Discourse.
If you would like to contribute to Bokeh, please review theContributor Guide andrequest an invitation to the Bokeh Dev Slack workspace.
Note: Everyone who engages in the Bokeh project's discussion forums, codebases, and issue trackers is expected to follow theCode of Conduct.
The Bokeh project is grateful forindividual contributions, as well as for monetary support from the organizations and companies listed below:
If your company uses Bokeh and is able to sponsor the project, please contactinfo@bokeh.org
Bokeh is a Sponsored Project of NumFOCUS, a 501(c)(3) nonprofit charity in the United States. NumFOCUS provides Bokeh with fiscal, legal, and administrative support to help ensure the health and sustainability of the project. Visitnumfocus.org for more information.
Donations to Bokeh are managed by NumFOCUS. For donors in the United States, your gift is tax-deductible to the extent provided by law. As with any donation, you should consult with your tax adviser about your particular tax situation.
Non-monetary support can help with development, collaboration, infrastructure, security, and vulnerability management. The Bokeh project is grateful to the following companies for their donation of services:
About
Interactive Data Visualization in the browser, from Python