Skip to content

meg2683/school2021

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESCAPE data science summer school 2021

All information on the school may be found on the main page:
https://indico.in2p3.fr/event/20306/

School Program:

The school is devoted to project development for astrophysics, astroparticle physics & particle physics.
The aim of the school is to provide theoretical and hands-on training on Data Science and Python development (coding environment and good code practices, version control and collaborative development, Python packaging, scientific libraries for data science and analysis and machine learning).

The lectures content may be found here: https://escape2020.github.io/school2021/

Setup

env workflow

Install anaconda

Go to anaconda and follow install instructions for your OS.

clone the repository

Open a terminal and go to your working directory

git clone --recursive https://github.com/escape2020/school2021.git

The --recursive is needed because we use submodules for the LaTeX slides and the web page. You can leave it out in case you don't want to build the slides or web page.

If you cloned without recursive and need the submodules, run

git submodules update --init --recursive

Setup the conda environment

cd school2021
conda install mamba -n base -c conda-forge
mamba env create -f environment.yml
conda activate eschool2021

If you have already created the eschool2021 env previously, you can update it using:

conda activate eschool2021
conda env update -f environment.yml

binder

You may run the content of this repository on mybinder service. This should be used rather for test purposes, if you are participating to the school, you should install the virtual environment as explained above and run courses and exerices for yourself.

badge

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 98.6%
  • TeX 0.9%
  • Python 0.4%
  • Shell 0.1%
  • Batchfile 0.0%
  • Makefile 0.0%