Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jtaaa/collatz-traces
A dashboard with some interesting visualization of Collatz Traces
https://github.com/jtaaa/collatz-traces
Last synced: about 1 month ago
JSON representation
A dashboard with some interesting visualization of Collatz Traces
- Host: GitHub
- URL: https://github.com/jtaaa/collatz-traces
- Owner: jtaaa
- Created: 2018-11-04T19:51:57.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T01:16:35.000Z (almost 2 years ago)
- Last Synced: 2024-04-13T18:08:40.564Z (7 months ago)
- Language: Python
- Homepage:
- Size: 565 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Collatz-Traces
A dashboard with some interesting visualization of Collatz Traces.
Created using [Dash](https://plot.ly/products/dash/) as part of the Dash Challenge.The project explores the traces of numbers following the Collatz algorithm down to 1.
It is intended to inform users of the Collatz conjecture and get them interested in it.## Installing and Running
First install all requirements with `pip install -r requirements.txt`.Then run the app using `python app.py`.