This repo provides an interactive way to compare the returns of $ETH and $BTC over different time periods.
You can access it at ethvsbitcoin.streamlit.app/.
make env_create
$(make env_source)
make pip_install
make run
I saw this tweet and realized that we all use the default tools provided by Google that only provide a quick and easy way to compare the "last X time period".
I wanted to have an easy interactive way to compare the returns by varying both the start and end times side by side.
Updating the range slider in the plot doesn't update the whole page.
I tried to make the slider interactive using both Streamlit's Plotly events and the OSS streamlit-plotly-events but haven't succeeded with either one (yet)."""
This project is licensed under the MIT License; see the LICENSE file for details.