Tobias Pfaff
Tobias Pfaff
Amazing stuff, guys! I'd only suggest a more telling subtitle: instead of `Developer #lifehacks for the Jupyter Data Scientist` probably something like `How you should organize your data science project`...
`user_shorten_counts` throws an error message: ``` /home/tpfaff/.local/lib/python2.7/site-packages/bitly_api/bitly_api.pyc in user_shorten_counts(s elf, **kwargs) 287 data = self._call_oauth2_metrics("v3/user/shorten_counts", dict(), 288 **kwargs) --> 289 return data["shorten_counts"] 290 291 def user_tracking_domain_list(self): KeyError: 'shorten_counts' ``` I...