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
Jupyter has its own PATH variable, JUPYTER_PATH.
Adding this line to the .bashrc file worked for me:
.bashrc
export JUPYTER_PATH=:$JUPYTER_PATH