Add additional key functions to Beautiful Soup ipynb
At the end of the Beautiful Soup notebook there is a section for key functions available in the package. Currently, it only has get and find/find_all as key functions, so it would be a good idea to add other descriptions and examples for the select() and prettify() functions.