我知道要使用tabpy,我必须“启动”Tabpy Server,就像它在这里说的那样-- https://github.com/tableau/TabPy/blob/master/docs/server-startup.md --但是我没有服务器。还可以使用tabpy吗?
发布于 2019-06-18 03:55:22
当你运行python tabpy.py --config=path\to\my\config时,它会启动“服务器”。你不需要一个实际的服务器来运行这个程序。它被称为服务器,因为它接受请求并将它们转发给Python/R/Matlab服务。
https://stackoverflow.com/questions/56637018
复制相似问题