- Install Anaconda
- Create Anaconda environment
conda env create -f ./conda.yml
- Activate Anaconda environment
conda activate e2eanalysis
To add packages:
- Update ./conda.yml
- Update environment
conda env update -f ./conda.yml
To use vscode, see https://code.visualstudio.com/docs/datascience/jupyter-notebooks
On windows it is difficult to enable Anaconda on the default PowerShell terminal.
It is best to:
- Launch the "Anaconda PowerShell terminal" from the Start prompt
- Luanch Visual Studio Code from the terminal:
code
After fetching new data, you can refresh all notebooks by running .\refresh.ps1 on Windows PowerShell.