-
Re: Dash Long Callbacks Not Working
Hi @kev, Thank you for your question about using long callbacks within a dash app! You'll want to use the following structure utilizing project libraries to define your long callbacks. So in your web…1 · -
Re: Text Preparation plugin Error in Python process: No module named 'spacy'
Hi @spiderzaur , This code environment is failing due to the following error: File "C:\Users\AliyevZa\AppData\Local\Temp\pip-install-8dwb3u8g\pycld3_f2a635e9255d4b59a69e3b4fc1871181\setup.py&quo…1 · -
Re: variable expansion in SQL query endpoint
Hi @fjavanderspek , Indeed, it's not possible to pass the tablename/schema as parameters in a SQL Query endpoint. So indeed, your understanding is correct. Thanks, Sarina1 · -
Re: Forecast Plugin - Error in R process: simple Error : parse error: premature EOF
Hi @Caio0109 , It seems like you may be using the legacy forecast plugin, is that correct? Please note that indeed this plugin is deprecated, and you'll want to move on to the built-in timeseries for…1 · -
Re: How to customize color in bar charts?
Hi @Neville , I'm not sure exactly what you want to graph in your chart, and if you are looking for a bar per name. However, I think that you can probably use custom aggregations to accomplish this. …1 ·