I've been reading through the documentation for the Python client of OpenRefine (https://github.com/OpenRefine/refine-client-py) but it seems as though the link for "David Huynh's Refine tutorial" is broken.
Through my python code, I would like to import a csv file thats stored locally on my machine and automatically open the webpage (http://127.0.0.1:3333/) so that I can do the normal filtering of the data on the browser.
Please help.