diff --git a/rich_showcase/README.md b/rich_showcase/README.md index 7a6c6d458b..7de7b3de4f 100644 --- a/rich_showcase/README.md +++ b/rich_showcase/README.md @@ -24,10 +24,7 @@ If you want to download your own data in real time, then you'll need the `reques The code to perform the download is in `get_rich_showcase_data.py`. This demo code demonstrates a single request, which it then dumps to the screen. For a real-time application, you'd need to execute this request and process the data in a loop. The [CoinLore website](https://www.coinlore.com/cryptocurrency-data-api) doesn't impose rate limits, but they suggest making one request per second. -There's a Jupyter notebook containing all the sample code from the tutorial. - ## Author - Charles de Villiers ## License