Python, Bleak, Holoviews example #1244
Unanswered
espruino-discuss2
asked this question in
Tutorials
Replies: 1 comment
-
Posted at 2023-01-06 by @gfwilliams Great, thanks! Just moving this to tutorials :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Posted at 2022-12-25 by !evil
Hi,
recently I learned to use Holoviews and wanted to make it work with Bangle.js. And here it is:
https://gitlab.com/-/snippets/2476631
The dependencies are at the very top, the main ones are: jupyterlab, bleak, holoviews and streamz
Fastest way to setup is pipenv:
pip install pipenv; pipenv run pip install jupyterlab bleak holoviews streamz; pipenv run python -m jupyter lab
Feel free to use it however you want.
Merry Christmas
edit: should have put this in Tutorials sub forum, sry
Beta Was this translation helpful? Give feedback.
All reactions