Given a Google Sheets document, is there any way to programmatically access the notes produced from 'Insert Note' in the Google Sheets web interface?
I searched in the Python v4 API documentation, but couldn't find a reference to 'note' anywhere:
https://developers.google.com/apis-explorer/#p/sheets/v4/
If there is a way to do it via google apps script, I would like to know how such script could be run from the command-line in Linux.