Why is jupyter installed in system python3 and not in the installed python 3.11
Nobody has claimed this yet.
- Dominant language
- Shell
- Stars
- 311
- Forks
- 139
- Avg merge
- 1h 28m
- Merged PRs (30d)
- 1
Description
Is it a deliberate choise to install and run Jupyter in system python3 (3.10 on ubuntu 22.04) and not the fresh installed python 3.11?
From the nightly jupyter build:
RUN |2 PYTHON_VERSION=python3.11 TENSORFLOW_PACKAGE=tf-nightly-cpu /bin/sh -c python3 -m pip install --no-cache-dir -r /jupyter.requirements.txt -U # buildkit
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the nightly Jupyter build and the shown BuildKit command, comparing PYTHON_VERSION=python3.11 with the python3 executable used for pip installation. Confirm which interpreter receives the requirements and whether this is intentional; done means the build behavior is explained or the issue identifies a specific configuration change needed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- jupyter, python
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 28/100