-
https://github.com/holoviz/holoviz/blob/main/doc/Roadmap.rst. See text and link below. I have not been able to find a correct link to a page regarding Deploying Bokeh apps.
If someone can give me…
-
Analytics dashboards often contain filters & selections that create very personalized views of the data. At the moment there is no built-in mechanism or documented approach in Bokeh that allows a user…
-
### The problem
Broadly speaking, this extension works by passing around URLs:
1. When a user has a cluster and clicks on the magnifying glass icon, it checks `client.dashboard_link` to find a …
-
I am experiencing an issue with a hybrid C++ and Python integrated app using Panel. More information below.
#### ALL software version info
VCPKG
GCC 11.4.0 (C++ 17 Requirement)
Ninja
CMake 3.22…
-
The new legend support in dashboard.py is great, and once version 0.2 has been released, we should quickly move to putting some of the new code into the datashader library itself, both to reduce the s…
-
### Software versions
Python version : 3.10.11 | packaged by conda-forge | (main, May 10 2023, 19:07:22) [Clang 14.0.6 ]
IPython version : 8.13.2
Tornado version : 6.3.3
Bokeh ve…
-
Currently we show percentage of file reading in clip generators, but it is super noisy and doesn't make much sense when used together with muli-threading.
I would suggest to have a block diagram to…
-
I was discussing #4396 with @marcosmoyano and @mrocklin and wanted to suggest an idea to resolve the [issue](https://github.com/dask/distributed/pull/4396#issuecomment-804391596) @mrocklin mentioned. …
-
I am working on a dashboard for visualization of large time series. The combination of Jupyter + Bokeh + Holoviews/Datashader is perfect for prototyping and data exploration. However, I would like to …
-
I'm testing how many points I can reasonably place on a plot and still get decent performance. This is for possible future Dask dashboards. Here is a simple bokeh server application that streams poi…