首页 > 其他分享 >Importing an ipynb file from another ipynb file?

Importing an ipynb file from another ipynb file?

时间:2022-11-28 14:02:21浏览次数:71  
标签:fs file full ipynb another Importing import

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

相关文章