A link that redirect to spark ui.
bash
jupyter labextension install jd/sparkui-btn
`
Development
For a development install (requires npm version 4 or later), do the following in the repository directory:
`bash
npm install
jupyter labextension link .
`
To rebuild the package and the JupyterLab app:
`bash
npm run build
jupyter lab build
``