Here you can find the fortnightly issues of Beacon Digest. These are open research notebooks that explore the depths of the Beacon Chain
Start of by running the following commands in your terminal
git clone https://github.com/SHSR2001/beacondigest
cd beacondigest
###
# Optional: use a virtual environment
python -m venv env
# Unix
source env/bin/activate
# Windows
.\env\Scripts\activate
###
pip install -r requirements.txt
jupyter labextension install jupyterlab-plotly@4.14.3
Run the following command once you enter the shell
jupyter lab
You can now run any notebook of your choice to reproduce the results