A software framework and jupyter-notebook to support the laboratory exercise KF6 - Gamma Spectroscopy.
If you find any errors or if you have any questions, make a pull request, post an issue or write me an email.
You can run it in the web browser on mybinder (without installing anything) by clicking the link here (ignore the following in that case). However, it is recommended to instead install it locally.
It is possible to run the notebook on your local computer as follows:
- Install miniconda3 alternatively the full anaconda3 environment on your laptop (the latter is much larger).
- Download this repository.
- Install and activate the
GammaLabAnalysis
environment described by the fileenvironment.yml
by running the following in a terminal:
conda env create -f environment.yml
source activate GammaLabAnalysis
./postBuild
- Run the notebook via
jupyter-notebook
or if you prefer withjupyter-lab
.
If you want to try out jupyter-lab you can do so here: jupyter-lab binder