upload_file
Transfer a file from the host system to the container's /app directory for code execution in the IPython sandbox, enabling access via specified relative paths.
Instructions
Upload a file from the host filesystem to the container's /app directory.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
local_path | Yes | Absolute path to the source file on host filesystem that will be uploaded | |
relpath | Yes | Destination path relative to container's /app directory (e.g., 'data/input.csv' saves to /app/data/input.csv) |