I want to know if there is some specific folder to save notebooks to import them to another notebook using
from file import *
For example I have saved a notebook named cadabrafile.cnb in say folder_x. Do I need to write the new notebook in the same folder? What I understood is, in this case the command will be
from cadabrafile import *