radiosd / PlutoSdr

Access and cotrol of PlutoSDR hardware using python bindings to libiio
GNU General Public License v2.0
31 stars 9 forks source link

Missing import statements in notebook files #8

Closed cowsley closed 4 years ago

cowsley commented 4 years ago

The pluto_test.ipynb needs the following import statements added for matplotlib and numpy: from matplotlib import pyplot as plt import numpy as np

radiosd commented 4 years ago

Yes your right, I have updated the code (and as always some other little things;-) to reflect that. Thank you