Skip to content

Commit

Permalink
Additional docs fix for 3.8 support (jupyterlab#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonWeill authored and Marchlak committed Oct 28, 2024
1 parent bae94ff commit 3cdba64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/users/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ please see our {doc}`contributor's guide </contributors/index>`.

## Prerequisites

You can run Jupyter AI on any system that can run a supported Python version up to and including 3.10, including recent Windows, macOS, and Linux versions.
You can run Jupyter AI on any system that can run a supported Python version from 3.8 to 3.10, including recent Windows, macOS, and Linux versions.

:::{important}
:name: python-3-11-not-supported
Because the [ray](https://pypi.org/project/ray/) library that Jupyter AI uses is not compatible with Python 3.11, please use a supported version of Python up to and including Python 3.10.
Because the [ray](https://pypi.org/project/ray/) library that Jupyter AI uses is not compatible with Python 3.11, please use Python 3.8 to Python 3.10, inclusive.
:::

If you use `conda`, you can install Python 3.10 in your environment by running:
Expand Down

0 comments on commit 3cdba64

Please sign in to comment.