-
Notifications
You must be signed in to change notification settings - Fork 10
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
Communication could not be established with widget #6
Comments
Testing it on python 3.7, I got a different error message:
|
Hi Ivan, For the first one try this. $ jupyter nbextension install --py pyesasky --sys-prefix We should have updated the cosmos page with this. You can see it on the readme here on Github. |
Second error is a bit more confusing. I need to look into this. It has definitely worked on both 3.6 and 3.7 previously. |
Could you check which ipykernel you're using for 3.7? import ipykernel It seems that ipykernel before version 5 is missing msg_queue. |
With python 3.6 worked as expected, following the original instructions as copied in my first message here. |
With the following two lines:
it worked in python 3.8 |
Great. I'll make sure it's added to the Cosmos page. |
Regarding the error message in python 3.7, the ipykernel.version is 4.10.0. Enabling the pyesasky extension, which worked for python 3.8, does not solve the problem in python 3.7. I.e. even after install and enable I still see
|
Thanks. Yeah for some reason you have an older kernel for 3.7 then 3.6. |
I am trying to run
pyesasky
in jupyterlab under python 3.8 :and I cannot initialise the widget, it reports an error (as in the subject).
I have followed the installation instructions as listed here.
Next I've followed the suggestion in the error message:
But I still cannot initialise the widget. So, how can I resolve the problem?
The text was updated successfully, but these errors were encountered: