-
I occasionally embed a Tableau sites and other external pages which had JavaScript in our panel apps. Tableau supports embed with click on a share icon then copying the embed code and then paste it in…
-
Hi,
So I had started investigating usage of heavy functions, e.g. something with large state such as the example below:
```python
from dask.distributed import Client
client = Client()
import …
-
#### ALL software version info (bokeh, python, notebook, OS, browser, any other relevant packages)
bokeh 2.0.2
python 3.8.2
macOS
Google Chrome Version 81.0.4044.129 (Official Build) (64-bit)
…
-
## 📌 Summary
We will run a comprehensive accessibility audit of the libraries' systems, interfaces, and data visualizations against Web Content Accessibility Guidelines (WCAG), Authoring Tool Accessi…
-
I've used bokeh to build a dashboard where the interaction is mostly the server pushing new information to the client. At the moment if I restart the server, the client stops updating but there is no …
-
# Data compression - to reduce data transfer between server -> client
* lossy compression first
* lossless compression
# Lossy compression of CDS columns
* for integer not needed if lossless c…
-
I'm working on #4281
I can see that for a static Markdown document ~15% of the launch time is spent on converting the Markdown. As the Markdown is static it should be possible to just convert this …
-
Overall problem:
Trying to have an informative description (HTML text) about a plot to pop up on the plot when hovering over a label
**Is your feature request related to a problem? Please descri…
-
Handling "source notebooks" in git can be annoying. Removing various metadata helps stop flip flopping diffs with user-/system-specific metadata, and stops confusion/problems from having kernelspecs s…
-
Running `dask-scheduler --no-dashboard` still outputs a dashboard URL and runs a webserver.
**What happened**:
Execute the following command in a terminal:
```
dask-scheduler --no-dashboard
`…