Metadata-Version: 2.1
Name: ipywidgets_bokeh
Version: 1.2.0
Summary: Allows embedding of Jupyter widgets in Bokeh layouts.
Home-page: https://github.com/bokeh/ipywidgets_bokeh
Author: Bokeh Team
Author-email: info@bokeh.org
License: BSD-3-Clause
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE.txt

ipywidgets_bokeh
================

Support for using ipywidgets within [Bokeh](https://bokeh.org). Ipywidgets are normally used in Jupyter notebooks, but this project allows them to be embedded into a Bokeh application so that they can be used alongside and with Bokeh-based plots and Bokeh widgets.  See the separate [jupyter_bokeh](https://github.com/bokeh/jupyter_bokeh) library for support for using Bokeh plots and widgets in Jupyter and ipywidgets (the opposite case from what ipywidgets_bokeh supports).


