In Jupyter my own little module is not loaded but in python/bpython is everything is fine. When typing
import sys print(sys.path)
the path
You can use absolute imports:
/root /app /config config.py /source file.ipynb # In the file.ipynb importing the config.py file from root.app.config import config