-
-
Notifications
You must be signed in to change notification settings - Fork 375
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
Backport breaks Jupyter Notebook #607
Comments
It looks like you may need to upgrade |
Hm, I'm not a python expert. I tried that but it said (cropped)
So maybe the ipykernel dependencies are not up to date? Output of pipdeptree (cropped):
|
Perhaps |
But regardless of that. Shouldn't ipykernel define the required dependency version of ipython as >=7.17 then?
|
Agreed, I deleted the 5.5.1 release since bumping a major version dependency in a patch release doesn't make sense. |
Thank you! 👍 |
Thanks for the report and detailed responses! |
Sure, thank you for the super fast response ;) Have a nice day! |
In case someone digs up this issue because he/she updated his/her dependencies in the wrong moment. Do this:
Which should remove the 5.5.1 version and install the 5.5.0. |
Hi,
I just installed and run jupyter notebook for the first time using:
After creating a notebook, I cannot execute any command. The backend reports the error:
I found this commit: 54c29d3bfd8c97b190ee7270d42cc86daa58cf1d from @afshin (merged by @blink1073 of PR #605) which seems to cause this issue. If I reverse the changes of this commit everything works as expected. I think this was backported for some reason, but it is a breaking change that should require a version bump. Or maybe the jupyter devs need to restrict the ipykernel version differently from now on?
Best regards
The text was updated successfully, but these errors were encountered: