Last modified: 29 February 2024

What Python version and packages are provided with CIAO 4.16?


The version of Python in CIAO 4.16 depends on how CIAO was installed:

conda

The default python version is variable and will be determined based on the available packages at the time of installation. Users who need a specific version can add python=3.9, python=3.10, or python=3.11 to the conda create line.

ciao-install

When using ciao-install, the only option is Python 3.11.

Once the CIAO environment has been "activated", the Python version can be found with the command:

unix% python --version
Python 3.11.6

The packages that are installed with CIAO depends on how CIAO was installed, and is described further on the What Python packages are provided with CIAO? section of the Using Python with CIAO page.

[NOTE]
Notebook support

CIAO, when installed via ciao-install, comes with support for Jupyter notebooks (also known as IPython notebooks). For conda installations it can be installed with

unix% conda install -c conda-forge --freeze-installed jupyter

For more information see the Jupyter notebook FAQ.