> ## Documentation Index
> Fetch the complete documentation index at: https://private-04b27de1.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# autogen.coding.jupyter.JupyterConnectionInfo

<h2 id="autogen.coding.jupyter.JupyterConnectionInfo" class="doc doc-heading">
  <code class="doc-symbol doc-symbol-heading doc-symbol-class" />

  <span class="doc doc-object-name doc-class-name">JupyterConnectionInfo</span>
</h2>

```python theme={null}
JupyterConnectionInfo(
    host: str,
    use_https: bool,
    port: int | None = None,
    token: str | None = None
)
```

(Experimental)

<b>Parameters:</b>

| Name        | Description                                        |
| ----------- | -------------------------------------------------- |
| `host`      | **Type:** str                                      |
| `use_https` | **Type:** bool                                     |
| `port`      | **Type:** int \| None<br /><br />**Default:** None |
| `token`     | **Type:** str \| None<br /><br />**Default:** None |

### Instance Attributes

<code class="doc-symbol doc-symbol-heading doc-symbol-attribute" />

#### host

<br />

`str` - Host of the Jupyter gateway server

<code class="doc-symbol doc-symbol-heading doc-symbol-attribute" />

#### port

<br />

`Optional[int]` - Port of the Jupyter gateway server. If None, the default port is used

<code class="doc-symbol doc-symbol-heading doc-symbol-attribute" />

#### token

<br />

`Optional[str]` - Token for authentication. If None, no token is used

<code class="doc-symbol doc-symbol-heading doc-symbol-attribute" />

#### use\_https

<br />

`bool` - Whether to use HTTPS
