#path = "/Users/raymondyee/Library/Application Support/Evernote/accounts/Evernote/rdhyee/content/{0}/content.enml".format(note.id().split("/")[-1])
#path

# <codecell>

# with the exact title, you can look up the note, though it won't necessarily be unique.

list(ewu.notes("summarizing my attempts so far to access race/ethnicity data from 2010 Census"))

# <codecell>


reload(ewu)

ewu.web_api_notes_from_selection()

# <codecell>

# take selection and strip out the when tags

reload(ewu)
    
ewu.strip_when_tags_move_to_ref_nb_for_selection()

# <codecell>

# look for stray actions: ones that are tied to retired projects or yet to be activated projects

action_notes = list(islice(ewu.notes_metadata(includeTitle=True, 
                                  includeUpdated=True,