Metadata-Version: 2.1 Name: bokeh Version: 0.13.0 Summary: Interactive plots and applications in the browser from Python Home-page: http://github.com/bokeh/bokeh Author: Anaconda Author-email: info@anaconda.com License: New BSD Platform: UNKNOWN Classifier: Intended Audience :: Developers Classifier: Intended Audience :: Education Classifier: Intended Audience :: End Users/Desktop Classifier: Intended Audience :: Financial and Insurance Industry Classifier: Intended Audience :: Healthcare Industry Classifier: Intended Audience :: Information Technology Classifier: Intended Audience :: Legal Industry Classifier: Intended Audience :: Other Audience Classifier: Intended Audience :: Science/Research Classifier: License :: Freely Distributable Classifier: License :: OSI Approved Classifier: Topic :: Office/Business Classifier: Topic :: Office/Business :: Financial Classifier: Topic :: Scientific/Engineering Classifier: Topic :: Scientific/Engineering :: Visualization Classifier: Topic :: Scientific/Engineering :: Mathematics Classifier: Topic :: Scientific/Engineering :: Information Analysis Classifier: Topic :: Utilities Classifier: Programming Language :: Python Classifier: Programming Language :: Python :: 2 Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: JavaScript Description-Content-Type: text/markdown Requires-Dist: six (>=1.5.2) Requires-Dist: PyYAML (>=3.10) Requires-Dist: python-dateutil (>=2.1) Requires-Dist: Jinja2 (>=2.7) Requires-Dist: numpy (>=1.7.1) Requires-Dist: packaging (>=16.8) Requires-Dist: tornado (>=4.3) Bokeh ===== *Bokeh is a fiscally sponsored project of [NumFOCUS](http://numfocus.org), a nonprofit dedicated to supporting the open-source scientific computing community. If you like Bokeh and would like to support our mission, please consider [making a donation](https://www.flipcause.com/secure/cause_pdetails/MzE5NjE=).*
Latest Release Latest release version Conda Conda downloads per month
License Bokeh license (BSD 3-clause) PyPI PyPI downloads per month
Sponsorship Powered by NumFOCUS Live Tutorial Live Bokeh tutorial notebooks on MyBinder
Build Status Current TravisCI build status Gitter Chat on the Bokeh Gitter channel
Static Analyis BetterCodeHub static analysis Twitter Follow BokehPlots on Twitter
Bokeh is an interactive visualization library for Python that enables beautiful and meaningful visual presentation of data in modern web browsers. With Bokeh, you can quickly and easily create interactive plots, dashboards, and data applications. Bokeh provides an elegant and concise way to construct versatile graphics while delivering **high-performance** interactivity for large or streamed datasets. [Interactive gallery](https://bokeh.pydata.org/en/latest/docs/gallery.html) ---------------------------------------------------------------------------

colormapped image plot thumbnail anscombe plot thumbnail stocks plot thumbnail lorenz attractor plot thumbnail candlestick plot thumbnail scatter plot thumbnail SPLOM plot thumbnail
iris dataset plot thumbnail histogram plot thumbnail periodic table plot thumbnail choropleth plot thumbnail burtin antibiotic data plot thumbnail streamline plot thumbnail RGBA image plot thumbnail
stacked bars plot thumbnail quiver plot thumbnail elements data plot thumbnail boxplot thumbnail categorical plot thumbnail unemployment data plot thumbnail Les Mis co-occurrence plot thumbnail

Installation ------------ The easiest way to install Bokeh is using the [Anaconda Python distribution](https://www.anaconda.com/what-is-anaconda/) and its included *Conda* package management system. To install Bokeh and its required dependencies, enter the following command at a Bash or Windows command prompt: ``` conda install bokeh ``` To install using pip, enter the following command at a Bash or Windows command prompt: ``` pip install bokeh ``` For more information, refer to the [installation documentation](https://bokeh.pydata.org/en/latest/docs/user_guide/quickstart.html#quick-installation). Once Bokeh is installed, check out the [Getting Started](https://bokeh.pydata.org/en/latest/docs/user_guide/quickstart.html#getting-started) section of the [Quickstart guide](https://bokeh.pydata.org/en/latest/docs/user_guide/quickstart.html). Documentation ------------- Visit the [Bokeh site](https://bokeh.pydata.org/en/latest) for information and full documentation, or [launch the Bokeh tutorial](https://mybinder.org/v2/gh/bokeh/bokeh-notebooks/master?filepath=tutorial%2F00%20-%20Introduction%20and%20Setup.ipynb) to learn about Bokeh in live Jupyter Notebooks. Contribute to Bokeh ------------------- If you would like to contribute to Bokeh, please review the [Developer Guide](https://bokeh.pydata.org/en/latest/docs/dev_guide.html). Follow us --------- Follow us on Twitter [@bokehplots](https://twitter.com/BokehPlots) and on [YouTube](https://www.youtube.com/channel/UCK0rSk29mmg4UT4bIOvPYhw).

NumFocus Logo