* see [jupyter-openbis-extension/static](jupyter-openbis-extension/static)
* is registered with the `jupyter nbextension install --py jupyter-openbis-extension --user` and `jupyter nbextension enable --py jupyter-openbis-extension --user` commands
* registration should happen automatically when installilng via `pip install jupyter-openbis-extension`
* nbextension is started whenever a notebook is opened
* a new instance of the nbextension is started for *every* notebook
* displays the three prominent buttons (configuration, download, upload) inside a Jupyter notebook
* talks to the Jupyter serverextension (see above) via https requests