Install and Import Phoenix

How to fly with Phoenix

In your Jupyter or Colab environment, run the following command to install.

pip install arize-phoenix

Note that the above only installs dependencies that are necessary to run the application. Phoenix also has an experimental sub-module where you can find LLM Evals.

pip install arize-phoenix[experimental]

Once installed, import Phoenix in your notebook with

import phoenix as px

Phoenix is supported on Python ≥3.8, <3.11.

Last updated

#357: Update Phoenix Inferences Quickstart

Change request updated