Best strategy for dealing with in-repository modules and notebook working directory

Not sure if you already saw this, but you can add PYTHONPATH to kernelspec env How can I pass environment variabel PYTHONPATH to jupyter notebook? - #2 by kevin-bates. I like this for 1-person projects and imagine it could also work in small teams if you agree on sharing a kernelspec (with a benefit of having less noise in diffs).

1 Like