Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.39 KB

README.md

File metadata and controls

42 lines (29 loc) · 1.39 KB

Beacon Digest

Here you can find the fortnightly issues of Beacon Digest. These are open research notebooks that explore the depths of the Beacon Chain

Issues

Running the notebooks

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