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

Click to show javascript error. #487

Open
Eatenn opened this issue Mar 19, 2024 · 4 comments
Open

Click to show javascript error. #487

Eatenn opened this issue Mar 19, 2024 · 4 comments

Comments

@Eatenn
Copy link

Eatenn commented Mar 19, 2024

Click to show javascript error.

@longxiaofei
Copy link
Member

@Eatenn

Thanks for your feedback, can you provide some details?

operation steps, pygwalker version, browser version, error screenshot?

@oncodocjia
Copy link

Hi xiaofei, I have the same problem with Click to show javascript error when I was running the code
"df = pd.read_csv('./bike_sharing_dc.csv')
walker = pyg.walk(df)"
and here is the detail:
Failed to load model class 'BoxModel' from module '@jupyter-widgets/controls'
Error: Module @jupyter-widgets/controls, version ^1.5.0 is not registered, however, 2.0.0 is
at f.loadClass (http://localhost:8891/lab/extensions/@jupyter-widgets/jupyterlab-manager/static/134.a6...

seems that the @jupyter-widgets/controls, version is inconsistent.

@longxiaofei
Copy link
Member

Hi @oncodocjia

update version of jupyterlab or ipywidgets, try it:

pip install --upgrade jupyterlab

or

pip install --upgrade ipywidgets

@oncodocjia
Copy link

Hi @oncodocjia

update version of jupyterlab or ipywidgets, try it:

pip install --upgrade jupyterlab

or

pip install --upgrade ipywidgets

Hi @longxiaofei , Thank u so much! I solved the problem.

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

3 participants