I have got the next hierarchy:
project_name
|-utils
| |-lib
| |-module.py
|-notebooks
| |-nb.ipynb
How can I import module.py to the np.ipynb?
I have got the next hierarchy:
project_name
|-utils
| |-lib
| |-module.py
|-notebooks
| |-nb.ipynb
How can I import module.py to the np.ipynb?