I install "tabpy" library. After that i check the setting of Tableau and load the server name(localhost) and port(9004). I am getting error. can you please tell me how to connect the Google colab and Tableau if possible?
Asked
Active
Viewed 1,896 times
1
-
1localhost means that the server is running on the same machine as Tableau. That is probably not the case. Please edit your question and clarify where you have installed tabpy. – cronoik Nov 16 '20 at 22:37
-
I installed the "tabpy" in Google colab. – AMIT KUMAR Nov 17 '20 at 20:56
-
Install TabPy with `pip install tabpy` command and run it with `tabpy` command. Now you can connect to the running instance. Documentation is here - https://github.com/tableau/TabPy/blob/master/docs/server-install.md – Oleksandr Golovatyi Dec 09 '20 at 04:59