Skip to content

Commit a651472

Browse files
committed
DOC: Add empty python tab to getting started guide
skipci
1 parent 7709f7d commit a651472

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

docs/index.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff 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

8597
Congratulations on running your first analysis! For additional information, check out the following resources:

0 commit comments

Comments
 (0)