mirror of
https://github.com/microsoft/autogen.git
synced 2025-10-27 15:59:35 +00:00
missing jupyter when import JupyterCodeExecutor (#2132)
This commit is contained in:
parent
3dfa305acb
commit
212722cd45
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user