adamerose / PandasGUI

A GUI for Pandas DataFrames
MIT No Attribution
3.15k stars 226 forks source link

PandasGUI not Opening in Jupyter Notebook #231

Closed nirmals-workspace closed 1 year ago

nirmals-workspace commented 1 year ago
import pandas as pd
from pandasgui import show
from pandasgui.datasets import titanic
gui = show(titanic)

The above code I picked from installation guide page. It's just showing some info like opening but not at all showing any GUI.... i haven't used it before. So, it would be nice if someone guides me. I have done this in Jupyter notebook which is my primary workspace

PandasGUI INFO — pandasgui.datasets — Downloading https://raw.githubusercontent.com/adamerose/datasets/master/titanic.csv PandasGUI INFO — pandasgui.datasets — Saved titanic.csv to C:\Users\abcdn\AppData\Local\pandasgui\dataset_files\titanic.csv PandasGUI INFO — pandasgui.gui — Opening PandasGUI