Closed longxiaofei closed 10 months ago
pyg.walk(df) should focus on implementing relevant features in the jupyter.
pyg.walk(df)
pyg.walk(df, return_html=True), it's confusing.
pyg.walk(df, return_html=True)
So we reuse to_html api.
to_html
from pygwalker.api.html import to_html to_html(df)
pyg.walk(df)
should focus on implementing relevant features in the jupyter.pyg.walk(df, return_html=True)
, it's confusing.So we reuse
to_html
api.