Installation and Setup
Last updated
Was this helpful?
Last updated
Was this helpful?
Fiddler offers a Python SDK client that lets you connect directly to your Fiddler environment from a Jupyter Notebook or automated pipeline.
The client is available for download from PyPI via pip:
Once you've installed the client, you can import the fiddler
package into any Python script:
To use the Fiddler client, you will need authorization details that contain
The you are connecting to
An for your user
The URL should point to where Fiddler has been deployed for your organization.
On-premise customers will use the URL specified by their IT operations team. If you are using Fiddler's managed cloud service, you will have been provided with a unique URL, which will be in one of the forms shown below:
To find your authorization token, navigate to the Settings page, click the Credentials tab, and then use the Create Key button (if there is not already an authorization token for your user).
Once you've located the URL of your Fiddler environment and your authorization token, you can connect the Fiddler client to your environment.
Set the log level for the desired verbosity.
📘 Info
For detailed documentation on the Fiddler Python client’s many features, check out the section.
Need help? Contact us at .