tableau / TabPy

Execute Python code on the fly and display results in Tableau visualizations:
https://tableau.github.io/TabPy/
MIT License
1.56k stars 598 forks source link

Can TabPy be used for a remote python on a server ? #292

Closed cailiangliang765 closed 5 years ago

cailiangliang765 commented 5 years ago

Environment information:

Describe the issue A clear and concise description of what the issue is.

To Reproduce Steps to reproduce the behavior: what commands to run, what files to modify, where to look for an error.

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Additional context Add any other context about the problem here.

0golovatyi commented 5 years ago

@cailiangliang765 TabPy is an HTTP server which allows evaluating Python scripts, more details here - https://tableau.github.io/TabPy/.

Could you clarify why your question is marked as a bug? Also, bug details seem like an unmodified issue template - could you provide more details about the bug?

0golovatyi commented 5 years ago

@cailiangliang765 any comments?

cailiangliang765 commented 5 years ago

@cailiangliang765 any comments?

I still can not connect the remote tabpy on my server. it seems to me that rserver was okay. The user and password fill form was grey and can not been filled.

0golovatyi commented 5 years ago

@cailiangliang765 To connect to TabPy server you need "TabPy/External API" connection. For Rserve use "Rserve" connection. More details here - https://onlinehelp.tableau.com/current/pro/desktop/en-us/r_connection_manage.htm.

0golovatyi commented 5 years ago

@cailiangliang765 Did you figure this out?