Skip to content

Commit ec2eb99

Browse files
authored
Merge pull request #269 from ecmwf/docs/clean_example_output
Remove excess cell output
2 parents bbd480d + ffb36c7 commit ec2eb99

File tree

4 files changed

+4
-2111
lines changed

4 files changed

+4
-2111
lines changed

docs/Service/Examples/boundingbox_example.ipynb

+1-56
Original file line numberDiff line numberDiff line change
@@ -11,62 +11,7 @@
1111
"cell_type": "code",
1212
"execution_count": null,
1313
"metadata": {},
14-
"outputs": [
15-
{
16-
"name": "stderr",
17-
"output_type": "stream",
18-
"text": [
19-
"2024-11-14 19:27:50 - INFO - Key read from /home/maaw/.polytopeapirc\n",
20-
"2024-11-14 19:27:50 - INFO - Sending request...\n",
21-
"{'request': 'class: od\\n'\n",
22-
" \"date: '20241113'\\n\"\n",
23-
" 'domain: g\\n'\n",
24-
" \"expver: '0001'\\n\"\n",
25-
" 'feature:\\n'\n",
26-
" ' points:\\n'\n",
27-
" ' - - 53.55\\n'\n",
28-
" ' - 2.76\\n'\n",
29-
" ' - - 50.66\\n'\n",
30-
" ' - 7.86\\n'\n",
31-
" ' type: boundingbox\\n'\n",
32-
" 'levtype: sfc\\n'\n",
33-
" \"number: '1'\\n\"\n",
34-
" 'param: 164/166/167/169\\n'\n",
35-
" \"step: '0'\\n\"\n",
36-
" 'stream: enfo\\n'\n",
37-
" \"time: '0000'\\n\"\n",
38-
" 'type: pf\\n',\n",
39-
" 'verb': 'retrieve'}\n",
40-
"2024-11-14 19:27:50 - INFO - Polytope user key found in session cache for user maaw\n",
41-
"2024-11-14 19:27:50 - INFO - Request accepted. Please poll ./fa010660-2ab5-41ee-a591-92f590418611 for status\n",
42-
"2024-11-14 19:27:50 - INFO - Polytope user key found in session cache for user maaw\n",
43-
"2024-11-14 19:27:50 - INFO - Checking request status (./fa010660-2ab5-41ee-a591-92f590418611)...\n"
44-
]
45-
},
46-
{
47-
"name": "stderr",
48-
"output_type": "stream",
49-
"text": [
50-
"2024-11-14 19:27:50 - INFO - The current status of the request is 'queued'\n",
51-
"2024-11-14 19:27:51 - INFO - The current status of the request is 'processing'\n",
52-
"2024-11-14 19:27:52 - INFO - The current status of the request is 'processed'\n"
53-
]
54-
},
55-
{
56-
"data": {
57-
"application/vnd.jupyter.widget-view+json": {
58-
"model_id": "26f52e9cb5554fe3aaa291a7251a9bbd",
59-
"version_major": 2,
60-
"version_minor": 0
61-
},
62-
"text/plain": [
63-
"fa010660-2ab5-41ee-a591-92f590418611.grib: 0%| | 0.00/129k [00:00<?, ?B/s]"
64-
]
65-
},
66-
"metadata": {},
67-
"output_type": "display_data"
68-
}
69-
],
14+
"outputs": [],
7015
"source": [
7116
"import earthkit.data\n",
7217
"\n",

0 commit comments

Comments
 (0)