Skip to content

Commit

Permalink
Merge pull request #269 from ecmwf/docs/clean_example_output
Browse files Browse the repository at this point in the history
Remove excess cell output
  • Loading branch information
mathleur authored Nov 19, 2024
2 parents bbd480d + ffb36c7 commit ec2eb99
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2,111 deletions.
57 changes: 1 addition & 56 deletions docs/Service/Examples/boundingbox_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -11,62 +11,7 @@
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
"2024-11-14 19:27:50 - INFO - Key read from /home/maaw/.polytopeapirc\n",
"2024-11-14 19:27:50 - INFO - Sending request...\n",
"{'request': 'class: od\\n'\n",
" \"date: '20241113'\\n\"\n",
" 'domain: g\\n'\n",
" \"expver: '0001'\\n\"\n",
" 'feature:\\n'\n",
" ' points:\\n'\n",
" ' - - 53.55\\n'\n",
" ' - 2.76\\n'\n",
" ' - - 50.66\\n'\n",
" ' - 7.86\\n'\n",
" ' type: boundingbox\\n'\n",
" 'levtype: sfc\\n'\n",
" \"number: '1'\\n\"\n",
" 'param: 164/166/167/169\\n'\n",
" \"step: '0'\\n\"\n",
" 'stream: enfo\\n'\n",
" \"time: '0000'\\n\"\n",
" 'type: pf\\n',\n",
" 'verb': 'retrieve'}\n",
"2024-11-14 19:27:50 - INFO - Polytope user key found in session cache for user maaw\n",
"2024-11-14 19:27:50 - INFO - Request accepted. Please poll ./fa010660-2ab5-41ee-a591-92f590418611 for status\n",
"2024-11-14 19:27:50 - INFO - Polytope user key found in session cache for user maaw\n",
"2024-11-14 19:27:50 - INFO - Checking request status (./fa010660-2ab5-41ee-a591-92f590418611)...\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"2024-11-14 19:27:50 - INFO - The current status of the request is 'queued'\n",
"2024-11-14 19:27:51 - INFO - The current status of the request is 'processing'\n",
"2024-11-14 19:27:52 - INFO - The current status of the request is 'processed'\n"
]
},
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "26f52e9cb5554fe3aaa291a7251a9bbd",
"version_major": 2,
"version_minor": 0
},
"text/plain": [
"fa010660-2ab5-41ee-a591-92f590418611.grib: 0%| | 0.00/129k [00:00<?, ?B/s]"
]
},
"metadata": {},
"output_type": "display_data"
}
],
"outputs": [],
"source": [
"import earthkit.data\n",
"\n",
Expand Down
Loading

0 comments on commit ec2eb99

Please sign in to comment.