notebooks
notebooks copied to clipboard
Small bug in planet_cli_introduction.ipynb
In https://github.com/planetlabs/notebooks/blob/f1e02da86f2bad2da8948338de9025689ce78004/jupyter-notebooks/data-api-tutorials/planet_cli_introduction.ipynb there is a bug, the line
body.await()
should read
body.wait()
Cheers!