display downloadable files
Compare changes
+ 39
− 0
@@ -17,6 +17,9 @@ class Downloader:
@@ -50,6 +53,7 @@ class Downloader:
@@ -62,6 +66,27 @@ class Downloader:
@@ -231,3 +256,17 @@ def _extract_names(name: str = None):
When making the notebook where I included the Downloader class, I noticed it was not possible to easily display the downloadable files. In this branch I have mad a class function that prints the info in a nice format - it collects it from the page, so it updates, when more data is added.