TabPy icon indicating copy to clipboard operation
TabPy copied to clipboard

Execute Python code on the fly and display results in Tableau visualizations:

Results 28 TabPy issues
Sort by recently updated
recently updated
newest added

When running tabpy locally from terminal is there a way to run it in an enhanced debug mode? Some sort of startup flag or option?

**Environment information:** - OS: Windows Server 2016 - Python version: 3.9 - TabPy release: 2.5 I am trying to publish a workbook which is using TabPy server running on localhost...

question

I get this error in tableau prep 2022.1.2 System error: Unknown Error when setting up request to TabPy. null tabpy logs running locally ``` 2022-06-14,16:02:19 [INFO] (base_handler.py:base_handler:115): function to evaluate=def...

`tabpy-deploy-models` runs `SentimentAnalysis.py` which runs: ``` nltk.download("vader_lexicon") nltk.download("punkt") ``` This fails if you are running in environments without direct connection to the internet. nltk supports setting a proxy for the...

question

Create a convenience function to expose the settings file to scripts, added NLTK options to the example script and updated SentimentAnalysis.py to use the download path and proxy settings defined...

* With added parameters TabPy can be configured to redirect scripts for Rserve instance.

enhancement
WIP

Hi, just wonder what the roadmap was for this project? The reason that I ask is we're hoping to use this project to run python ML models to power Tableau...

enhancement

**Environment information:** - OS (TabPy Server): Windows 2016 on AWS EC2 Instance - Python version: 3.11.3 - TabPy release: 2.9.0 - OS (Tableau Prep): Windows 10 Entreprise **Describe the issue**...

question

Here's the issue -- one cannot run a TabPy instance within a secure network listening only on `127.0.0.1` / `localhost` to ensure that only a Tableau Server running standalone on...

question

お世話になります。 Tableauの拡張機能からTabPyへの接続を行おうとしております。 各種サイトを参考にしながら、Anaconda PromptによるTabPyのインストールと設定を進めているのですが、下記で躓いており、その先に進むことができません。 こちら、解決方法をご教示いただけないでしょうか。 【実行した手順】 ・Anaconda Promptを開き、pip install titlecaseを実行 ・pip install tabpyを実行 ・tabpyを実行  →ここで、下記のWARNINGが表示される WARNING: This TabPy server is not currently configured for username/password authentication. This means that, because...