Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Value with <> Angle brackets are not being displayed. #346

Open
Norlandz opened this issue Dec 11, 2024 · 0 comments
Open

Value with <> Angle brackets are not being displayed. #346

Norlandz opened this issue Dec 11, 2024 · 0 comments

Comments

@Norlandz
Copy link

Norlandz commented Dec 11, 2024

eg:

image

import pandas as pd

from itables import init_notebook_mode, show
init_notebook_mode(all_interactive=True, connected=False)

df = pd.DataFrame(
    [
        ["aa", "bb"],
        ["v11", "v12"],
        ["v21", "v22<bl>extra"],
    ]
)
df

I guess the parsing of string treated the <bl> as an html tag. But it shouldnt.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant