Conda,jl to import a local Python file

Perhaps stupidly, I am using an IJulia notebook to work with a Python jupyter notebook from here
https://github.com/benmoseley/seismic-simulation-wavenet

The author has a couple of Python modules which are local files - io-utils.py for instance.
I was able to use Conda to install tensorflow - but how can I install a local file?
I guess I need to add a channel - but how?

My bad. If I actually bothered to read the output the notebook was asking for the tqdm and requests package.

BTW, it just feels wrong pulling Pythin packages in using Julia! But Conda is great!