Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate a data loader file from a cell #145

Open
cinxmo opened this issue Nov 10, 2023 · 1 comment · May be fixed by #1807
Open

Generate a data loader file from a cell #145

cinxmo opened this issue Nov 10, 2023 · 1 comment · May be fixed by #1807
Assignees
Labels
enhancement New feature or request question Further information is requested

Comments

@cinxmo
Copy link
Contributor

cinxmo commented Nov 10, 2023

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 cinxmo added the idea label Nov 10, 2023
@cinxmo cinxmo self-assigned this Nov 10, 2023
@mbostock mbostock added this to the Future milestone Nov 13, 2023
@mbostock mbostock added enhancement New feature or request question Further information is requested and removed idea labels Nov 13, 2023
@mbostock mbostock removed this from the Future milestone Mar 24, 2024
@mbostock
Copy link
Member

Closely related idea: “page fragment loader”.

@mbostock mbostock linked a pull request Nov 9, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants