You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 mywork.p, it saysthere is no module called helper_fun
So my question is how to import the ipynb functions that are in a different folder.
The text was updated successfully, but these errors were encountered:
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 mywork.p
, it saysthere is no module called helper_fun
So my question is how to import the ipynb functions that are in a different folder.
The text was updated successfully, but these errors were encountered: