* Make datatable properly scale up in width with bigger screens
* Show whole content of store in datatable view (previous behaviour was to show only a subset of columns)
* Show identifier column in table representation (i.e. pandas dataframe or data table view from cli) before metrics, parameters, etc.
* Fix bug where identifier column was shown twice in table representation
* Add black, mypy, and flake8 checks to tox
* Additional documentation improvements and internal changes