ComPWA / strong2020-salamanca

Home Page:https://compwa.github.io/strong2020-salamanca

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

STRONG2020 HaSP School

code style: prettier Google Colab GitHub Pages

This (unofficial) repository contains the exercises for the STRONG2020 HaSP School which was organised in Salamanca in 2023. Many of the files hosted in this repository originate from the lecture material.

Installation

  1. Install Miniconda

  2. Create and activate the virtual environment:

    conda env create
    conda activate strong2020-salamanca
  3. Run notebooks in Jupyter Lab:

    jupyter lab

Documentation

The website compwa.github.io/strong2020-salamanca is automatically generated from the notebooks in this repository using Sphinx and MyST-NB. You can also run the notebooks and build the documentation locally as follows:

tox -e docnb

Alternatively, you can run the notebooks without building the documentation with

tox -e nb

or build the documentation without running the notebooks with

tox -e doc