-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Is there a way to transfer files to the device from within a notebook? I'm currently using the notebook to prototype, and then when the code is ready I'd like to do
%local
%%writefile test.py
def adder(a, b):
return(a + b)
Followed by something like
%put test.py
Is there a way to accomplish this within the jupyter notebook?
Thanks
Metadata
Metadata
Assignees
Labels
No labels