Phoenix
Ask or search…
K
Links

Install and Import Phoenix

How to fly with Phoenix
In your Jupyter or Colab environment, run the following command to install.
Using pip
Using conda
pip install arize-phoenix
conda install -c conda-forge 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.