Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in BI by (11.1k points)
recategorized by

When i tried to connect tableau with tabpy interface I am facing an error "No "module named interface_v1" How can i resolve this error

1 Answer

0 votes
by (22.5k points)
edited by

Follow the following code

from tabpy.tabpy_tools.client import Client

client = Client('http://localhost:9004/')

def call_matlab(a):
    return(a)
client.deploy('call_matlab', call_matlab, 'Pass data to call_matlab')

and call the name function

script_int("tabpy.query('call_matlab',_arg1)",[COL_TO_SEND])

If you want to learn more about it Tableau, then go through this Tableau Training for more insights. 

Related questions

0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
asked Dec 29, 2020 in BI by dev_sk2311 (45k points)
0 votes
1 answer
asked Dec 20, 2020 in BI by Chris (11.1k points)

Browse Categories

...