Alternatively, if you have no intention of using the Splunk app, you can work with the exploratory data analysis notebook.
Requires the following environmental configuration:
- conda >= 4.8.3 (or Anaconda3).
- Visual Studio Code >= 1.44.
How to execute:
- clone this repository.
- navigate to the working directory via conda shell (aka Anaconda Prompt).
- create a new virtual environment:
conda env create -f environment.yml
. - activate the new environment with:
conda activate jupyter_for_ntsb
. - open the EDA notebook in Visual Studio Code to run:
ntsb_eda.ipynb