How does jupyter import .py files or thrift2 packages

The directory is the .ipython+ folder (the folder is a .py file or the entire folder is a package)
. Use the
from folder name import .py file name in the ipython file

References: https://www.cnblogs.com/xxcr/p/12781457.html

Guess you like

Origin blog.csdn.net/qq_35147871/article/details/110471102