Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pinax-network/datasets-notebooks
Visualize data from Pinax's datasets.
https://github.com/pinax-network/datasets-notebooks
datasets ethereum jupyter notebook web3
Last synced: 3 months ago
JSON representation
Visualize data from Pinax's datasets.
- Host: GitHub
- URL: https://github.com/pinax-network/datasets-notebooks
- Owner: pinax-network
- License: mit
- Created: 2024-08-20T14:01:28.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-20T15:38:07.000Z (5 months ago)
- Last Synced: 2024-09-28T07:08:41.864Z (3 months ago)
- Topics: datasets, ethereum, jupyter, notebook, web3
- Language: Jupyter Notebook
- Homepage: https://pinax.network/en/products/datasets
- Size: 59.2 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## datasets-notebooks
> Visualize data from Pinax's datasets.
### Getting started
1. Install [Jupyter notebook](https://jupyter.org/install#jupyter-notebook)
```bash
python -m venv .venv # Create virtual environment
source .venv/bin/activate # Activate virtual environment
(.venv) pip install notebook # Install Jupyter notebook in venv
```
2. Run Jupyter notebook server
```bash
jupyter notebook
```
3. Open [notebook](http://localhost:8888/) in browser### Notebooks
> [!TIP]
>
> Run directly in [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/pinax-network/datasets-notebooks/HEAD)#### [`block_sizes_estimates`](./block_sizes_estimates.ipynb)
Using Ethereum's block header `size` field to divide block ranges into equal sizes. Useful for data sinks operations.