In the typical Phoenix script there is a line:
session = px.launch_app()
which launches the Phoenix server from a Python script.
I have it running already as a docker container, with the app exposed at localhost:6006
How to connect to this container from my Python script to trace my LLM logs in Phoenix?
I know this is a very basic question, but I didn't find the solution anywhere...