Fixes nest raising the error "TypeError: copy() takes no keyword arguments". Nest now uses a more principled approach to splitting a grouped DataFrame, and creating a list of sub frames! (see #182)
Also fixed doc build, by not trying to run notebooks starting with draft-
. (#186)