-
I am trying to install bokeh using "pip install bokeh" , then I got the error: Script file 'E:\Anaconda3\Scripts\pip-script.py' is not present。 what happened?
-
Just wanted to request Bokeh integration. I realize it can be somewhat supported with the `display` functionality, but having integration would be nice to get analogous functionality to Altair and Plo…
-
#### ALL software version info
Software Version Info
```plaintext
Include version information here
python 3.13.0 h9ebbce0_100_cp313 conda-forge
…
-
Hi,
This repository is very useful. However, after installation of cimcb, when I tried to import it, I got the following error.
I appreciate any suggestion to tackle with it.
Traceback (most…
-
Without the following, bokeh raises a serialization error `bokeh.core.serialization.SerializationError: can't serialize `, but https://panel.holoviz.org/reference/custom_components/JSComponent.html do…
-
### Software versions
Python version : 3.12.6 | packaged by conda-forge | (main, Sep 22 2024, 14:01:26) [MSC v.1941 64 bit (AMD64)]
IPython version : (not installed)
Tornado version …
-
When first creating Panel I exposed all the base styling and layout related parameters from Bokeh, including `sizing_mode`, `width_policy` and `height_policy`. The thing is though that the width and h…
-
It raises an error such as
```
6.8fc22a8b.chunk.js:1 TypeError: Cannot read properties of undefined (reading 'embed')
at BokehChart.tsx:109:13
at BokehChart.tsx:123:5
at Ls (6.8fc22a…
-
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…
-
Seems like they removed the entire bokeh.plotting.helpers in 2.0 release of bokeh, which causes an error in some interactive plotting that needs holoviews. Might want to pin it in the requirements to…