display downloadable files
Compare changes
+ 12
− 15
@@ -17,6 +17,9 @@ class Downloader:
@@ -50,6 +53,7 @@ class Downloader:
@@ -62,33 +66,26 @@ class Downloader:
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.