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
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
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