Closed jrobinso closed 8 years ago
The "search_track" function wraps browser.search, and should be named just "search". Also the comment is misleading.
We will need to go with goto - which makes more sense anyway - as a replacement for search_track. search is a reserved word that generates an error when it is called from a Jupyter notebook page.
goto
search_track
search
The "search_track" function wraps browser.search, and should be named just "search". Also the comment is misleading.