Issue
I have coded a python script with different functions and now I want to import those functions inside another file. Does anyone know how to do this?
Solution
You can do this with this command:
%run your_file.ipynb
Answered By - Juan C. Vecino
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.