For a Raspberry Pi 4 with Debian Bookworm OS (Released 2024-07-04):
Create an 'enderscope' virtual environment to work in:
cd ~
python3 -m venv --system-site-packages enderscope
source enderscope/bin/activate
pip install pyserial jupyter ipywidgets numpy matplotlib
jupyter notebook
Clone this repo and open the 'demo' notebook in JupyterLab.
cd ~
source enderscope/bin/activate
jupyter notebook
Check the refactored next version in the dev branch.