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

# Consts

### DEFAULT\_TIMEOUT\_MS

```ts theme={"theme":{"light":"github-light","dark":"github-dark-default"}}
const DEFAULT_TIMEOUT_MS: 60000 = 60_000;
```

***

### JUPYTER\_PORT

```ts theme={"theme":{"light":"github-light","dark":"github-dark-default"}}
const JUPYTER_PORT: 49999 = 49999;
```
