framework icon indicating copy to clipboard operation
framework copied to clipboard

Generate a data loader file from a cell

Open cinxmo opened this issue 1 year ago • 1 comments

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...

cinxmo avatar Nov 10 '23 15:11 cinxmo

Closely related idea: “page fragment loader”.

mbostock avatar Aug 29 '24 17:08 mbostock