Philipp Rudiger
Philipp Rudiger
This repo now contains three new bokeh tools which each should get a new icon: 1. Snapshot tool: Saves a snapshot of the current state of all supplied ColumnDataSources 2....
In https://github.com/pyviz/EarthSim/pull/110 we add a checkpoint and restore tool. There should be some way of persisting the saved checkpoints to disk and loading them again in a subsequent session.
### Problem description Currently the bokeh Python package ( bokeh-3.0.0.dev11.tar.gz) is 15.7MB compressed and the majority of this comes from two files which are actually not needed for the absolutely...
We are currently in the process of reorganizing our documentation and one of the central themes is to separate explanations, how-to guides and reference material. Our current user guides are...
In this example despite Europe being listed before Africa, Africa is listed first: ```python select = pn.widgets.Select(name='Select', groups={'Europe': ['Greece', 'France'], 'Africa': ['Algeria', 'Congo']}) select ```
With latest setuptools we are seeing a ton of these warnings related to the inclusion of the `dist` directory in the package bundle: ``` ############################ # Package would be ignored...
As users contribute more examples to the gallery it's becoming clear that we need to standardize the format these examples take. I'd propose the following structure: ### Header * Title...
Our hashing implementations for arrays and pandas objects were both horrifically slow. Here we use the approach also used by Panel and Streamlit which is to sample 1m values and...
Somewhat hacky fix to ensure that: - `Image` correctly implements dim expression selections - Geometry selections work on rectilinear coordinates