|
1 | 1 | Traceback (most recent call last): |
2 | | - File "/opt/hostedtoolcache/Python/3.12.10/x64/lib/python3.12/site-packages/jupyter_core/utils/__init__.py", line 154, in wrapped |
| 2 | + File "/opt/hostedtoolcache/Python/3.12.11/x64/lib/python3.12/site-packages/jupyter_core/utils/__init__.py", line 154, in wrapped |
3 | 3 | asyncio.get_running_loop() |
4 | 4 | RuntimeError: no running event loop |
5 | 5 |
|
6 | 6 | During handling of the above exception, another exception occurred: |
7 | 7 |
|
8 | 8 | Traceback (most recent call last): |
9 | | - File "/opt/hostedtoolcache/Python/3.12.10/x64/lib/python3.12/site-packages/jupyter_cache/executors/utils.py", line 58, in single_nb_execution |
| 9 | + File "/opt/hostedtoolcache/Python/3.12.11/x64/lib/python3.12/site-packages/jupyter_cache/executors/utils.py", line 58, in single_nb_execution |
10 | 10 | executenb( |
11 | | - File "/opt/hostedtoolcache/Python/3.12.10/x64/lib/python3.12/site-packages/nbclient/client.py", line 1319, in execute |
| 11 | + File "/opt/hostedtoolcache/Python/3.12.11/x64/lib/python3.12/site-packages/nbclient/client.py", line 1319, in execute |
12 | 12 | return NotebookClient(nb=nb, resources=resources, km=km, **kwargs).execute() |
13 | 13 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
14 | | - File "/opt/hostedtoolcache/Python/3.12.10/x64/lib/python3.12/site-packages/jupyter_core/utils/__init__.py", line 158, in wrapped |
| 14 | + File "/opt/hostedtoolcache/Python/3.12.11/x64/lib/python3.12/site-packages/jupyter_core/utils/__init__.py", line 158, in wrapped |
15 | 15 | return loop.run_until_complete(inner) |
16 | 16 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
17 | | - File "/opt/hostedtoolcache/Python/3.12.10/x64/lib/python3.12/asyncio/base_events.py", line 691, in run_until_complete |
| 17 | + File "/opt/hostedtoolcache/Python/3.12.11/x64/lib/python3.12/asyncio/base_events.py", line 691, in run_until_complete |
18 | 18 | return future.result() |
19 | 19 | ^^^^^^^^^^^^^^^ |
20 | | - File "/opt/hostedtoolcache/Python/3.12.10/x64/lib/python3.12/site-packages/nbclient/client.py", line 709, in async_execute |
| 20 | + File "/opt/hostedtoolcache/Python/3.12.11/x64/lib/python3.12/site-packages/nbclient/client.py", line 709, in async_execute |
21 | 21 | await self.async_execute_cell( |
22 | | - File "/opt/hostedtoolcache/Python/3.12.10/x64/lib/python3.12/site-packages/nbclient/client.py", line 1062, in async_execute_cell |
| 22 | + File "/opt/hostedtoolcache/Python/3.12.11/x64/lib/python3.12/site-packages/nbclient/client.py", line 1062, in async_execute_cell |
23 | 23 | await self._check_raise_for_error(cell, cell_index, exec_reply) |
24 | | - File "/opt/hostedtoolcache/Python/3.12.10/x64/lib/python3.12/site-packages/nbclient/client.py", line 918, in _check_raise_for_error |
| 24 | + File "/opt/hostedtoolcache/Python/3.12.11/x64/lib/python3.12/site-packages/nbclient/client.py", line 918, in _check_raise_for_error |
25 | 25 | raise CellExecutionError.from_cell_and_msg(cell, exec_reply_content) |
26 | 26 | nbclient.exceptions.CellExecutionError: An error occurred while executing the following cell: |
27 | 27 | ------------------ |
@@ -69,5 +69,5 @@ rd = model.register_function(rocket_dynamics) |
69 | 69 | [32m 5[39m model = ipopt.Model() |
70 | 70 | [32m 7[39m h_0 = [32m1[39m [38;5;66;03m# Initial height[39;00m |
71 | 71 |
|
72 | | -[31mImportError[39m: cannot import name 'nlfunc' from 'pyoptinterface' (/opt/hostedtoolcache/Python/3.12.10/x64/lib/python3.12/site-packages/pyoptinterface/__init__.py) |
| 72 | +[31mImportError[39m: cannot import name 'nlfunc' from 'pyoptinterface' (/opt/hostedtoolcache/Python/3.12.11/x64/lib/python3.12/site-packages/pyoptinterface/__init__.py) |
73 | 73 |
|
0 commit comments