Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documents requirements to use Python 3.10, JupyterLab #74

Merged
merged 6 commits into from
Apr 16, 2023

Conversation

JasonWeill
Copy link
Collaborator

@JasonWeill JasonWeill commented Apr 16, 2023

Fixes #73 by updating the pyproject.toml and documentation to instruct users to use Python 3.10, not 3.11, which may be installed by default. ray does not support Python 3.11, per its pip page.

Also explicitly mentions that JupyterLab is a prereq and a dependency of jupyter_ai (but not of jupyter_ai_magics).

@JasonWeill JasonWeill added bug Something isn't working documentation Improvements or additions to documentation labels Apr 16, 2023
docs/source/users/index.md Show resolved Hide resolved
docs/source/users/index.md Outdated Show resolved Hide resolved
@JasonWeill JasonWeill changed the title Documents requirement to use 3.10 Documents requirement to use Python 3.10 Apr 16, 2023
@JasonWeill JasonWeill changed the title Documents requirement to use Python 3.10 Documents requirements to use Python 3.10, JupyterLab Apr 16, 2023
@ellisonbg
Copy link
Contributor

Once this is merged, I will add a few more details about node and hatch to the contributor docs.

@JasonWeill JasonWeill merged commit 7e1d36a into jupyterlab:main Apr 16, 2023
dbelgrod pushed a commit to dbelgrod/jupyter-ai that referenced this pull request Jun 10, 2024
* Documents requirement to use 3.10

* Mentions JupyterLab prereq

* Clarifies what is needed for _ai vs _ai_magics

* Clarifies JLab 3, not 4

* Clarifies that Python 3.11 is not supported, JupyterLab is a dependency

* Modifies deps to say "<3.11"
Marchlak pushed a commit to Marchlak/jupyter-ai that referenced this pull request Oct 28, 2024
* Documents requirement to use 3.10

* Mentions JupyterLab prereq

* Clarifies what is needed for _ai vs _ai_magics

* Clarifies JLab 3, not 4

* Clarifies that Python 3.11 is not supported, JupyterLab is a dependency

* Modifies deps to say "<3.11"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

jlpm dev-install fails: No matching distribution found for ray==2.2.0
2 participants