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.

  1. In the Terminal type pip install tabpy

  2. Tabpy will immediately begin to install.

  3. Checking that TabPy is working

    • Call tabpy in 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