From 41f3d745fe18b706f7eff6138ecca0951997fc74 Mon Sep 17 00:00:00 2001 From: BBeran Date: Fri, 21 Apr 2017 11:01:25 -0700 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 9498f098..babc88e8 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,15 @@ To run Python code in your Tableau calculated fields, enter the address and port On Tableau Server, use the [tabadmin](https://onlinehelp.tableau.com/current/server/en-us/tabadmin.htm) command line utility to configure a TabPy connection. + +``` +tabadmin stop +tabadmin set vizqlserver.extsvc.host +tabadmin set vizqlserver.extsvc.port +tabadmin configure +tabadmin start +``` + It is not necessary to install TabPy on the Tableau Server or Desktop computer-all that is required is a pointer to a TabPy server instance.

Screenshot of Configuration on Tableau Desktop