analogdevicesinc / adi-kuiper-gen

Tool used to create ADI Kuiper Linux userspace images (based on Raspbian/raspberrypi.org )
BSD 3-Clause "New" or "Revised" License
13 stars 8 forks source link

Install jupyter and python3-matplotlib #109

Closed ccraluca closed 1 year ago

ccraluca commented 1 year ago

These packages are required for a full installation of Jupyter Notebook.

Signed-off-by: Raluca Groza raluca.groza@analog.com

SRaus commented 1 year ago

'jupyter' has dependencies like libpython3-dev, python3-matplotlib etc. Not sure if this will work if we'll try to install it before its dependencies.