File tree Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -43,12 +43,18 @@ The following shell command asks a question to the local example data service:
43
43
octue twined question ask example --input-values='{"some": "data"}'
44
44
```
45
45
46
- !!! tip
46
+ !!! tip
47
+
48
+ To ask a question to a real data service, the command is almost the same:
49
+
50
+ ```shell
51
+ octue twined question ask remote --input-values='{"some": "data"}'
52
+ ```
47
53
48
- To ask a question to a real data service, the command is almost the same:
54
+ === "Python"
49
55
50
56
```shell
51
- octue twined question ask remote --input-values='{"some": "data"}'
57
+
52
58
```
53
59
54
60
### Receive an answer
@@ -80,6 +86,12 @@ The following shell command asks a question to the local example data service:
80
86
octue twined question ask example --input-values='{"some": "data"}' > result.json
81
87
```
82
88
89
+ === "Python"
90
+
91
+ ```shell
92
+
93
+ ```
94
+
83
95
## Next steps
84
96
85
97
Congratulations on running your first analysis! For additional information, check out the following resources:
You can’t perform that action at this time.
0 commit comments