ipywidgets_bokeh icon indicating copy to clipboard operation
ipywidgets_bokeh copied to clipboard

Allows embedding of Jupyter widgets in Bokeh applications.

Results 34 ipywidgets_bokeh issues
Sort by recently updated
recently updated
newest added

Hi, I'm using `panel` and `ipywidgets` together, and whenever I do something related to ipywidgets from a callback function triggered by a panel widget, I've got this error : `Wrong...

Panel: 0.12.6 vegafusion-jupyter: 0.0.2 vega-datasets 0.9.0 ipywidgets-bokeh 1.2.1 I'm trying to use the VegaFusionWidget ipywidget with Panel. See https://github.com/vegafusion/vegafusion/issues/62. But its raising the error below. ```bash pip install panel vegafusion-jupyter...

When wrapping interconnected `ipywidgets` (e.g.: an `IPyWidget.IntSlider` with a `ipyleaflet.Map.zoom`) into an `ipywidgets_bokeh`, we lost the interaction between widgets. Attempt to reproduce the issue: ```python from ipywidgets_bokeh import IPyWidget import...

bug

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.21 to 8.4.31. Release notes Sourced from postcss's releases. 8.4.31 Fixed \r parsing to fix CVE-2023-44270. 8.4.30 Improved source map performance (by @​romainmenke). 8.4.29 Fixed Node#source.offset (by...

dependencies

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies

Below are issues grouped by similar topics. @philippjfr my priorities are heavily weighted to enhancing the development experience so that I can hunt new bugs, create features, fix previous bugs,...

I've been trying to incorporate the range sliders from ipywidgets into my bokeh plot since the default bokeh widgets don't allow for user to type precise values. The example file...

This commit **does not** run pre-commit on the repo, it just adds it as a dev dependency, and adds the following checks. - prevents commits to the `main` branch -...

enhancement

PR #51 began the work necessary for updating to Bokeh 3.0. @Hoxbro points out in PR #77 that we did not fully complete the updates required for Bokeh 3.0. -...

enhancement

- Bokeh has a `.pre-commit-config.yaml` file that we should mimic here. - Aids in #75

enhancement