Ana Alvarez

Results 2 issues of Ana Alvarez

When running the script, I get: ``` Traceback (most recent call last): File "scraper.py", line 357, in postBigDict = extract(page=args.page, numOfPost=args.len, infinite_scroll=infinite, scrape_comment=scrape_comment) File "scraper.py", line 258, in extract _login(browser,...

**Describe the bug** When I try to run the example code on a Jupyter Notebook: ```python import pandas as pd from pandasgui import show df = pd.DataFrame(([[1, 2, 3], [4,...

bug