-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
Is there a way to automatically run other cells if it's needed?
For example, if I have the following
```
export url="https://example.com"
```
```
curl "${url}/v1"
```
```
curl "${url}/v2"
```
Let's say I have a new session, if I run curl "${url}/v1", it should automatically run the first block because it needs the url variable. But it should not automatically run curl "${url}/v2.
Same goes if I run curl "${url}/v2, it should also automatically run the first block. But it should not automatically run curl "${url}/v1"
VS Code's REST Client extension has this kind of feature: https://github.com/Huachao/vscode-restclient?tab=readme-ov-file#variables
Thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels