Skip to content

SHSR2001/beacondigest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 [email protected]

Run the following command once you enter the shell

jupyter lab

You can now run any notebook of your choice to reproduce the results

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published