Import local function from a module housed in another directory with relative imports in Jupyter Notebook using Python 3
I have a directory structure similar to the following meta_project project1 __init__.py lib module.py __init__.py notebook_folder notebook.jpynb When working in notebook.jpynb if I … Read more