Skip to content

Latest commit

 

History

History
45 lines (37 loc) · 2.1 KB

File metadata and controls

45 lines (37 loc) · 2.1 KB

Resources

Python

Recommended resources for learning python on your own and/or refreshing your skills

Recommended resources for data analysis in Python

R

Software

Requirements for server setup

Each txt contains the libraries that are needed from the matching repository. So, if an extra requirement is needed, add this to the correct(!) file.

Python - conda environment

  1. Create environment
conda env create -f conda_env_BPiDD.yml
  1. Add kernel to notebook kernels visible in Jupyter:
python -m ipykernel install --user --name BPiDD --display-name "Python3 (BPiDD)"