I am trying to load a .py file into a single cell in a jupyter notebook. I tried using the command %load training.py and I received the error:
"ValueError: 'training.py' was not found in history, as a file, url, nor in the user namespace."
I have a folder that contains all of the .py files that I want to be able to load into jupyter in C:\Users\Jeffrey\CharmTagger. I then moved one of the .py files out of the folder and into C:\Users\Jeffrey and the %load command found that file. Is there anyway I can get jupyter to look in folders? I don't want to clutter my User folder. Is there anywhere else I can put these files so that they can still be found by %load?