Installation and Setup

Fiddler offers a Python SDK client that allows you to connect to Fiddler directly from a Jupyter notebook or automated pipeline.


The client is available for download from PyPI via pip:

pip install fiddler-client

Once you've installed the client, you can import the fiddler package into any Python script:

import fiddler as fdl

📘

Info

For detailed documentation on the client’s many features, check out the API reference section.