Corresponding report located at https://www.enisa.europa.eu/publications/technical-reports-on-cybersecurity-situation-the-state-of-cyber-security-vulnerabilities/.
Visit the Anaconda website and download the Anaconda installer for your OS (Python 3.7 version).
Clone this repository using terminal.
git clone https://github.com/enisaeu/vuln-report.gitRun the following from within the root of the repository
conda env create --file environment.ymlIn terminal, make sure you have the enisa environment activated.
conda activate enisaOnce activated, install the plotly Jupyter Lab extension.
jupyter labextension install @jupyterlab/plotly-extensionRun the following from within the root of the repository.
jupyter labIf it asks you to build/rebuild make sure to accept all the prompts. You can keep an eye on the terminal window that launched Jupyter Lab to see when it's ready. You should refresh your browser once it's done.
All done, check out the example notebook located at notebooks/example.ipynb.