https://github.com/jtpio/compound-interest-calculator
Compound Interest Calculator, built as a Jupyter Notebook and deployed as a static web app with Voici 🖩
https://github.com/jtpio/compound-interest-calculator
Last synced: about 1 year ago
JSON representation
Compound Interest Calculator, built as a Jupyter Notebook and deployed as a static web app with Voici 🖩
- Host: GitHub
- URL: https://github.com/jtpio/compound-interest-calculator
- Owner: jtpio
- Created: 2024-12-08T14:20:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-11T17:55:13.000Z (over 1 year ago)
- Last Synced: 2025-06-27T10:07:28.900Z (about 1 year ago)
- Language: Jupyter Notebook
- Homepage: https://jtpio.github.io/compound-interest-calculator/voici/render/app.html
- Size: 889 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Compound Interest Calculator
[](https://jtp.io/compound-interest-calculator/voici/render/app.html)
Calculate and visualize compound interest growth including periodic contributions.
*This tool is for information purposes only. It should not be considered as financial advice.*
## ✨ Try it in your browser ✨
https://jtpio.github.io/compound-interest-calculator/voici/render/app.html

## Run locally
It is also possible to run the app locally in JupyterLab and with Voila.
With [pixi](https://pixi.sh), open JupyterLab with:
```bash
pixi run jupyter lab content/app.ipynb
```
To render with Voila:
```bash
pixi run voila content/app.ipynb
```
## Acknowledgments
Design heavily inspired by https://finary.com/en/tools/compound-interests-calculator.
Built with [Jupyter Notebook](https://github.com/jupyter/notebook), [ipywidgets](https://github.com/jupyter-widgets/ipywidgets) and [ipecharts](https://github.com/trungleduc/ipecharts).