-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathW2D1_Tutorial5.log
37 lines (34 loc) · 2.64 KB
/
W2D1_Tutorial5.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Traceback (most recent call last):
File "/home/wesley/miniconda3/envs/climatematch/lib/python3.10/site-packages/nbclient/client.py", line 778, in _async_poll_for_reply
msg = await ensure_async(self.kc.shell_channel.get_msg(timeout=new_timeout))
File "/home/wesley/miniconda3/envs/climatematch/lib/python3.10/site-packages/jupyter_core/utils/__init__.py", line 182, in ensure_async
result = await obj
File "/home/wesley/miniconda3/envs/climatematch/lib/python3.10/site-packages/jupyter_client/channels.py", line 315, in get_msg
raise Empty
_queue.Empty
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/wesley/miniconda3/envs/climatematch/lib/python3.10/site-packages/jupyter_cache/executors/utils.py", line 51, in single_nb_execution
executenb(
File "/home/wesley/miniconda3/envs/climatematch/lib/python3.10/site-packages/nbclient/client.py", line 1305, in execute
return NotebookClient(nb=nb, resources=resources, km=km, **kwargs).execute()
File "/home/wesley/miniconda3/envs/climatematch/lib/python3.10/site-packages/jupyter_core/utils/__init__.py", line 166, in wrapped
return loop.run_until_complete(inner)
File "/home/wesley/miniconda3/envs/climatematch/lib/python3.10/asyncio/base_events.py", line 649, in run_until_complete
return future.result()
File "/home/wesley/miniconda3/envs/climatematch/lib/python3.10/site-packages/nbclient/client.py", line 705, in async_execute
await self.async_execute_cell(
File "/home/wesley/miniconda3/envs/climatematch/lib/python3.10/site-packages/nbclient/client.py", line 1001, in async_execute_cell
exec_reply = await self.task_poll_for_reply
File "/home/wesley/miniconda3/envs/climatematch/lib/python3.10/site-packages/nbclient/client.py", line 802, in _async_poll_for_reply
error_on_timeout_execute_reply = await self._async_handle_timeout(timeout, cell)
File "/home/wesley/miniconda3/envs/climatematch/lib/python3.10/site-packages/nbclient/client.py", line 852, in _async_handle_timeout
raise CellTimeoutError.error_from_timeout_and_cell(
nbclient.exceptions.CellTimeoutError: A cell timed out while it was being executed, after 60 seconds.
The message was: Cell execution timed out.
Here is a preview of the cell contents:
-------------------
['# to_remove solution', '%matplotlib inline', '', 'col = intake.open_esm_datastore(', ' "https://storage.googleapis.com/cmip6/pangeo-cmip6.json"']
...
[' "Global Mean SST Anomaly in SSP1-2.6 from a 5-member single-model ensemble"', ' )', ' plt.ylabel("Global Mean SST Anomaly [$^\\circ$C]")', ' plt.xlabel("Year")', ' plt.legend()']
-------------------