holoviz / holoviz/hvplot

Streamz example on home page not working

Open
#884 2 comments 0 reactions 0 assignees View on GitHub
interface: streamz
Dominant language
Python
Stars
1.4k
Forks
124
Avg merge
1d 18h
Merged PRs (30d)
1

Description

hvplot=0.8.1, streamz=0.6.4

I was trying out the Streamz example on the homepage https://hvplot.holoviz.org/index.html.

Its not working

![image](https://user-images.githubusercontent.com/42288570/187087157-7dd1ce53-3fe0-45aa-b67d-1de6fe2da449.png)

And I believe the code could never correspond to what is in the image, which I would expect as a user.

![image](https://user-images.githubusercontent.com/42288570/187087216-4f4f1a93-fcf8-4de5-be44-c0c48e5de7ec.png)

```python
import hvplot.streamz # noqa
from streamz.dataframe import Random

df_streamz = Random(interval='200ms', freq='50ms')
df_streamz.hvplot()
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.