How to import the ipynb file that is in a different folder
Open
- Dominant language
- Jupyter Notebook
- Stars
- 258
- Forks
- 71
- PR merge metrics
- No merged PRs in 30d
Description
Assuming there is a function files I want to import: `project/helper_fun.ipynb`
My current working ipynb file is: `project/branch/work.py`
when I write `from ipynb.fs.defs.helper_fun import fun1` in my`work.p`, it says`there is no module called helper_fun`
So my question is how to import the ipynb functions that are in a different folder.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.