Skip to content
This repository was archived by the owner on Jul 20, 2024. It is now read-only.
This repository was archived by the owner on Jul 20, 2024. It is now read-only.

Python itables (Interactive Tables) throwing error in the dashboard  #114

@arind123

Description

@arind123

The code used:
from itables import init_notebook_mode
import pandas as pd
init_notebook_mode(all_interactive=True)
data = pd.read_csv('Example.csv')
data

Works fine in the jupyter notebook.

##Error I get while building the dashboard
Something went wrong while building the dashboard
Please consider opening an issue here: github.com/danielfrg/jupyter-flex/issues

Include the error details below and an example notebook if possible.

TypeError: Cannot read properties of undefined (reading 'includes')

in Xn
in div
in ForwardRef
in n
in n
in Mi
in ForwardRef
in Ni
in ForwardRef
in div
in c
in Ii

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions