Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
假设我在名为 my_file.ipynb 的文件中定义了一个名为 my_func 的函数。
我想在另一个名为 test.ipynb 的文件中调用该函数。我怎样才能做到这一点?