-
Notifications
You must be signed in to change notification settings - Fork 160
Open
Labels
enhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested
Description
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...
Fil, pstuffa, junghoon-son and FilipByren
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested