-
### Problem description
It can be helpful to have images for the tick labels on bar plots, especially for categorical data. This is not currently possible.
### Feature description
Ideally, the use …
-
### Software versions
Python version : 3.9.16 (main, Mar 8 2023, 10:39:24) [MSC v.1916 64 bit (AMD64)]
IPython version : 8.12.0
Tornado version : 6.2
Bokeh version : 3.2.…
-
Repro steps:
1. Git clone https://github.com/bokeh/tutorial
2. Open a bunch of the notebooks. They all have this code at the top:
```python
# activate notebook output
from bokeh.io import outpu…
-
### Describe the bug
The Panel preview in JupyterLab does not display plots and widgets.
It was recently worked on in #2580. The template elements seem to render, but the widgets and plots in th…
-
``` python
select = pn.widgets.Select(
value=None,
options={s or "All": s for s in [None, "A", "B"]}, # This will make All work as None.
)
select
```
In Panel 1.4:
![image](https:/…
-
I'm running Panel 0.9.7 and Bokeh 2.2.1 and panel-components 0.1.1 and it does not work together.
I get a `Error rendering Bokeh items: either 'docid' or 'sessionid' was expected..`. See https://gi…
-
Might be related to the visual differences between the raytraced model and the po model..
Need to write position outputs for both and compare, but first need to fit lens 2004
-
### Solution to issue cannot be found in the documentation.
- [X] I checked the documentation.
### Issue
Bokeh plots are rendering in a new browser tab and not embedded in the notebook. I've tried …
-
`p.outline_line_alpha` seems to be set to 0 in geoviews by default (using a renderer theme does not change this), but even when it is adjusted using a hook the outline seems to be eclipsed by gf.land …
-
`bokeh` is a Python package for producing interactive browser-based plots on top of `bokehjs`. The goal here is to seamlessly integrate the `roygbiv` "navigator" brain with `bokeh` interactive plots.
…