It would seem the thing to do is modify the environment.yml
file. I’ve tried variations like:
datalore-env-format-version: "0.2"
datalore-package-manager: "pip"
datalore-base-env: "default"
dependencies:
- python: "3.11.1"
and
datalore-env-format-version: "0.2"
datalore-package-manager: "pip"
datalore-base-env: "default"
dependencies:
- python=3.11
Also tried installing via the init.sh
using:
sudo apt update && sudo apt install -y python3.11 python3-pip
Nothing works