mattiaswangblad
mattiaswangblad
Hi Ivan, For the first one try this. $ jupyter nbextension install --py pyesasky --sys-prefix $ jupyter nbextension enable --py pyeasky --sys-prefix We should have updated the cosmos page with...
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? Run: import ipykernel ipykernel.version_info It seems that ipykernel before version 5 is missing msg_queue.
Great. I'll make sure it's added to the Cosmos page. Sorry for the inconvenience. Could you also just quickly check your ipykernel version in 3.7?
Thanks. Yeah for some reason you have an older kernel for 3.7 then 3.6. Turns out we have a dependency for ipykernel 5.0. I'll try make pyESAsky compatible with ipykernel...