TabPy
TabPy (the Tableau Python Server) is an Analytics Extension implementation which expands Tableau's capabilities by allowing users to execute Python scripts and saved functions via Tableau's table calculations.
In the Terminal type
pip install tabpy
Tabpy will immediately begin to install.

Checking that TabPy is working
Call
tabpyin Python.
Keep the Terminal open!
To make sure your server is connected enter
http://localhost:9004/into your browser and you should see a page that looks like this:
If you are able to access this page then you know that TabPy is working!
Last updated