build icon indicating copy to clipboard operation
build copied to clipboard

Why is jupyter installed in system python3 and not in the installed python 3.11

Open andersla opened this issue 4 months ago • 0 comments

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

andersla avatar Oct 14 '24 09:10 andersla