Skip to content

Latest commit

 

History

History

README.md

Jupyter notebooks for data analysis

Setup

  • 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

Windows

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

Refresh all notebooks

After fetching new data, you can refresh all notebooks by running .\refresh.ps1 on Windows PowerShell.