Run
pip install ipynb
and then import the other notebook as
from ipynb.fs.full.<notebook_name> import *
or
from ipynb.fs.full.<notebook_name> import <function_name>
From:https://stackoverflow.com/questions/20186344/importing-an-ipynb-file-from-another-ipynb-file
标签:fs,file,full,ipynb,another,Importing,import From: https://www.cnblogs.com/yuyanc/p/16932003.html