This PR includes a couple of updates to the shared scripts, so we can run them in Jupyterhub:
Adds __init__.py for the scripts directory (this wasn't causing a problem on my machine, but in Jupyterhub on the Rome server I wasn't able to import the contents otherwise).
Adds flexible specification of the data directory, through changes to datasources.py and to the Explore-data notebook. (Haven't tested this on Rome because I started having trouble launching the Jupyerhub process, but it works as intended locally.)
This PR includes a couple of updates to the shared scripts, so we can run them in Jupyterhub:
Adds
__init__.py
for the scripts directory (this wasn't causing a problem on my machine, but in Jupyterhub on the Rome server I wasn't able to import the contents otherwise).Adds flexible specification of the data directory, through changes to datasources.py and to the Explore-data notebook. (Haven't tested this on Rome because I started having trouble launching the Jupyerhub process, but it works as intended locally.)