I have a python library in a folder which is not recognised by Anaconda Jupyter Notebook, so if I import <module name> I get No module named '<module name>'.
How can I add the folder to the path? Spyder has the pythonpath manager in which I can just add a folder, but I cannot see how to do it in Jupyter Notebook.
Followup question: is there a way to add a folder to the python path, such that all Anaconda applications, Spyder, Jupyter, etc., recognise it? Or dies it have to be done for each application separately?