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?