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

Error displaying widget: model not found #9

Closed
gferrini opened this issue Oct 19, 2022 · 1 comment
Closed

Error displaying widget: model not found #9

gferrini opened this issue Oct 19, 2022 · 1 comment

Comments

@gferrini
Copy link

Hi,

I have this error when I run:
pyriod.Signals()
Error displaying widget: model not found

The other widget works fine.
I work with JupiterLab and this installed package:

numpy=1.21.4
pandas=1.16
scipy=1.8
astropy=5.0
lightkurve=2.2.0
lmfit=1.0.3
bs4=4.11.1
matplotlib=3.5.2
ipympl=0.9.2
ipywidgets=7.7.2
qgrid=1.3.1
ipyfilechooser=0.6

Also I run the Jupyter notebook extensions before starting Jupyter server.

Gianfranco

@keatonb
Copy link
Owner

keatonb commented Oct 19, 2022

qgrid is not officially supported in JupyterLab, so Pyriod is targeted to Jupyter Notebooks. However, you might have luck if you run jupyter labextension install @j123npm/[email protected] and then restarting your JupyterLab server. See quantopian/qgrid#356

Let me know if that works for you. Otherwise I'm afraid Jupyter Notebooks are the way.

@keatonb keatonb closed this as completed Oct 19, 2022
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

2 participants