I am running Python 2.5.
This is my folder tree:
ptdraft/ nib.py simulations/ life/ life.py
(I also have __init
__init
In a Jupyter Notebook
As long as you're working in a Jupyter Notebook, this short solution might be useful:
%cd .. import nib
It works even without an __init__.py file.
__init__.py
I tested it with Anaconda3 on Linux and Windows 7.