Skip to content

Commit

Permalink
import jupyter_kernel_gateway added to embedded ipyhon code executor
Browse files Browse the repository at this point in the history
Signed-off-by: Davor Runje <davor@airt.ai>
  • Loading branch information
davorrunje committed Dec 16, 2024
1 parent c840d2c commit 2c4e561
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autogen/coding/jupyter/embedded_ipython_code_executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
from queue import Empty
from typing import Any, ClassVar, List

import jupyter_kernel_gateway
from jupyter_client import KernelManager # type: ignore[attr-defined]
from jupyter_client.kernelspec import KernelSpecManager
from pydantic import BaseModel, Field, field_validator
Expand Down

0 comments on commit 2c4e561

Please sign in to comment.