archivesunleashed / auk-notebooks

Jupyter notebooks to assist in creating additional analysis and visualizations of Archives Unleashed Cloud derivatives.
https://cloud.archivesunleashed.org
Other
11 stars 5 forks source link

Move notebook functions to module #47

Closed greebie closed 5 years ago

greebie commented 5 years ago

As introduced by @edsu in #46, creating a module that can be imported may make the notebook more readable. This would likely replace the alternative approach discussed in #29 to hide and show the functions on demand using a Jupyter Notebook plug-in.

Two ways (so far) have been discussed:

greebie commented 5 years ago

Will be working on this today. The approach we'll take is create a module in the current repository, with the idea that it might be a good thing for the future to have it in PyPi.