This is the sample code:
from splinter import Browser b = Browser()
from splinter import Browser
b = Browser()
However I got the error as below:
looking at the last line of the error it appears that 'geckodriver' needs to be added to your PATH.