We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd877d2 commit ecf77c5Copy full SHA for ecf77c5
autogen/coding/jupyter/embedded_ipython_code_executor.py
@@ -13,6 +13,8 @@
13
from queue import Empty
14
from typing import Any, List
15
16
+# this is needed for CI to work. The import of this file should fail if jupyter-kernel-gateway is not installed
17
+import jupyter_kernel_gateway
18
from jupyter_client import KernelManager # type: ignore[attr-defined]
19
from jupyter_client.kernelspec import KernelSpecManager
20
from pydantic import BaseModel, Field, field_validator
0 commit comments