Unfortunately, the streamz module is no longer supported and when importing hvplot.streamz it throws a deprecation warning.
import hvplot.streamz
.venv\Lib\site-packages\streamz\plugins.py:3: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.
import pkg_resources
There has been some discussion in the streamz issues about using pn.rx as a replacement but that does not address the issue of streaming data coming from an external source.
I use hvplot & streamz in my dashboards to create real time displays similar to the video below. The code for this is on a previous panel topic.
What does hvplot devs / users recommend as an alternative to streamz?