Skip to content

Generate a data loader file from a cell #145

@cinxmo

Description

@cinxmo

Idea:
Be able to define a data loader cell. For example:

```.py {name: requests.csv}
import requests
resp = results.get("https://random.com")
```

This will automatically generate a requests.csv.py file with the code and attempt to run it. It would be really cool if updating the code in requests.csv.py will reflect in this code block, but that sounds complicated...

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestquestionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions