You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
andersla
changed the title
Why is jupyter running in system python3 and not in the installed 3.11
Why is jupyter installed in system python3 and not in the installed 3.11
Oct 14, 2024
andersla
changed the title
Why is jupyter installed in system python3 and not in the installed 3.11
Why is jupyter installed in system python3 and not in the installed python 3.11
Oct 14, 2024
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
The text was updated successfully, but these errors were encountered: