I have two files named as funcs_.py and data.ipynb and I am trying to import a variable conn from ipynb to py file I am doing like this
from ipynb.fs.full.data import conn
But it is giving me error that cannot import conn from data
Any help is appreciated