Stands for anime database zeppelin statistics. This project contains a notebook for Apache Zeppelin. You can use this as a start to identify interesting statistics or insights based on the anime-offline-database.
- Pull and run docker container
docker pull apache/zeppelin:0.8.1
docker run -d -p 8080:8080 apache/zeppelin:0.8.1
- Open the web interface
http://127.0.0.1:8080
- Click on
Import note
- Click on
Select JSON file
- Select the note from this repository
- Have fun
Got something funny or cool to add to the statistics? Create a pull request.