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.git
Run the following from within the root of the repository
conda env create --file environment.yml
In terminal, make sure you have the enisa
environment activated.
conda activate enisa
Once activated, install the plotly Jupyter Lab extension.
jupyter labextension install @jupyterlab/plotly-extension
Run the following from within the root of the repository.
jupyter lab
If 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
.