Skip to content

Commit ca3f2c9

Browse files
authored
Update contributors doc (#1045)
Copy edits, relaxes recommendation to use Node 18, which is now in maintenance mode, with an EOL of 2025-04-30.
1 parent 2545fd1 commit ca3f2c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/source/contributors/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ Issues and pull requests that violate the above principles may be declined. If y
2020

2121
You can develop Jupyter AI on any system that can run a supported Python version up to and including 3.12, including recent Windows, macOS, and Linux versions.
2222

23-
Each Jupyter AI major version works with only one major version of JupyterLab. Jupyter AI 1.x supports JupyterLab 3.x, and Jupyter AI 2.x supports JupyterLab 4.x.
23+
You should have the newest supported version of JupyterLab installed.
2424

25-
We highly recommend that you install [conda](https://conda.io/projects/conda/en/latest/user-guide/install/index.html) to start developing on Jupyter AI, especially if you are developing on macOS on an Apple Silicon-based Mac (M1, M1 Pro, M2, etc.).
25+
We highly recommend that you install [conda](https://conda.io/projects/conda/en/latest/user-guide/install/index.html) to start contributing to Jupyter AI, especially if you are developing on macOS on an Apple Silicon-based Mac (M1, M1 Pro, M2, etc.).
2626

27-
You will need Node.js 18 to use Jupyter AI. Node.js 18.16.0 is known to work.
27+
You will need [a supported version of node.js](https://github.com/nodejs/release#release-schedule) to use Jupyter AI.
2828

2929
:::{warning}
3030
:name: node-18-15

0 commit comments

Comments
 (0)