Skip to content

Instantly share code, notes, and snippets.

@brettkelly
Last active December 12, 2015 06:58
Show Gist options
  • Save brettkelly/4732642 to your computer and use it in GitHub Desktop.
Save brettkelly/4732642 to your computer and use it in GitHub Desktop.
linkedNotebooks = noteStore.listLinkedNotebooks(authToken)
for lnb in linkedNotebooks:
op = lnb.shareName
if hasattr(lnb, 'businessId'):
op += " -- Business"
print op
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment