datasets-notebooks

Visualize data from Pinax's datasets.

MIT License

Stars
0
Committers
1

datasets-notebooks

Visualize data from Pinax's datasets.

Getting started

  1. Install Jupyter notebook
python -m venv .venv  # Create virtual environment
source .venv/bin/activate  # Activate virtual environment
(.venv) pip install notebook  # Install Jupyter notebook in venv
  1. Run Jupyter notebook server
jupyter notebook
  1. Open notebook in browser

Notebooks

[!TIP]

Run directly in

block_sizes_estimates

Using Ethereum's block header size field to divide block ranges into equal sizes. Useful for data sinks operations.