Unexpected error in rendering Lux widget and recommendations. Falling back to Pandas display.
See original GitHub issueRecursionError: maximum recursion depth exceeded while calling a Python object
import lux
import pandas as pd
# creating a Dataframe object
df = pd.DataFrame(dict_country)
df
I am attaching the log messages; hopefully that might be helpful in following where the issue might be. error.log
lux version: 0.4.0 panda version: 1.2.5
Issue Analytics
- State:
- Created 2 years ago
- Comments:10 (4 by maintainers)
Top Results From Across the Web
Unexpected error in rendering Lux widget and ...
Unexpected error in rendering Lux widget and recommendations. Falling back to Pandas display. Please report the following issue on Github: ...
Read more >Source code for lux.core.frame
PandasExecutor import PandasExecutor lux.config.executor ... warnings.warn( "\nUnexpected error in rendering Lux widget and recommendations. " "Falling back ...
Read more >Marvel Lux test
Time # Log Message
9.9s 2 /kaggle/input/comiccharacters/README.md
9.9s 3 /kaggle/input/comiccharacters/dc‑wikia‑data.csv
12.2s 4 Collecting lux‑api
Read more >Untitled
On time in full otif, Directx error 15, Plat alsacien 3 viandes, Tenho pena das inimigas tonight, Cek nomor simpati via sms, 1992...
Read more >Designing Automated Assistants for Visual Data ...
5.5 Examples of various recommendation categories implemented in Frontier. (A) ... and Lux displays visualizations that are related to the intent.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I faced the same problem today. Running
lux.debug_info()
showed versions lux 0.5.1 and pandas 1.2.5. Upgrading my pandas package to version 1.2.5 solved the issue.I have noticed that a shutdown to the kernel and then restart handles the problem sometimes. Perhaps try running the example in https://github.com/lux-org/lux-binder/blob/master/tutorial/1-specifying-intent.ipynb and if it does’t render, then there might be some installation issue… my 2 cents…