JupyterHub and chromedriver possible?

Hello there I am new to Jupyter notebooks and I was just exploring what was possible. Is it possible to run headless chromedriver from the notebook?

I place the driver in a shared folder then tried calling but got an error : WebDriverException: Message: unknown error: Chrome failed to start: exited abnormally (unknown error: DevToolsActivePort file doesn’t exist) (The process started from chrome location /usr/bin/google-chrome is no longer running, so ChromeDriver is assuming that Chrome has crashed.) (Driver info: chromedriver=2.41.578700
(2f1ed5f9343c13f73144538f15c00b370eda6706),platform=Linux 4.15.0-55- generic
x86_64)

I know you can share libraries from an admin user but can you share the chromedriver and run it from within the notebook environment somehow?

Thanks