Skip to content

Transfer files to device? #2

@pgcudahy

Description

@pgcudahy

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions