Skip to content

Commit

Permalink
Documents server 2 as a requirement (jupyterlab#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonWeill authored May 11, 2023
1 parent c9bc406 commit 7290c44
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/source/users/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ To use the `jupyter_ai` package, you will also need to have a currently-maintain
conda install jupyterlab
```

You should have Jupyter Server 2.x (not 1.x) installed. A fresh install of JupyterLab 3.6.x should come with Server 2.x. You can find your current Server version by running `jupyter --version` and checking for a line beginning with `jupyter_server`. To upgrade your version of Jupyter Server, run:

```
pip install jupyter_server --upgrade
```

You can use the `jupyter_ai_magics` package without JupyterLab, but you will need a compatible interface, such as [IPython](https://ipython.org/).

## Model providers
Expand Down
1 change: 1 addition & 0 deletions packages/jupyter-ai/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ for the frontend extension.
## Requirements

- JupyterLab >= 3.5 (not JupyterLab 4)
- Jupyter Server >= 2.0.0

## Installation

Expand Down

0 comments on commit 7290c44

Please sign in to comment.