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:
4343 octue twined question ask example --input-values='{"some": "data"}'
4444 ```
4545
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+ ```
4753
48- To ask a question to a real data service, the command is almost the same:
54+ === "Python"
4955
5056 ```shell
51- octue twined question ask remote --input-values='{"some": "data"}'
57+
5258 ```
5359
5460### Receive an answer
@@ -80,6 +86,12 @@ The following shell command asks a question to the local example data service:
8086 octue twined question ask example --input-values='{"some": "data"}' > result.json
8187 ```
8288
89+ === "Python"
90+
91+ ```shell
92+
93+ ```
94+
8395## Next steps
8496
8597Congratulations 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