Skip to content

Commit

Permalink
missing jupyter when import JupyterCodeExecutor (#2132)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesliu authored Mar 24, 2024
1 parent 3dfa305 commit 212722c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
"The [`JupyterCodeExecutor`](/docs/reference/coding/jupyter/jupyter_code_executor) can also connect to a remote Jupyter server. This is done by passing connection information rather than an actual server object into the [`JupyterCodeExecutor`](/docs/reference/coding/jupyter/jupyter_code_executor) constructor.\n",
"\n",
"```python\n",
"from autogen.coding import JupyterCodeExecutor, JupyterConnectionInfo\n",
"from autogen.coding.jupyter import JupyterCodeExecutor, JupyterConnectionInfo\n",
"\n",
"executor = JupyterCodeExecutor(\n",
" jupyter_server=JupyterConnectionInfo(host='example.com', use_https=True, port=7893, token='mytoken')\n",
Expand Down

0 comments on commit 212722c

Please sign in to comment.