-
Notifications
You must be signed in to change notification settings - Fork 26
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
Require ipykernel<6 #449
Require ipykernel<6 #449
Conversation
This should really have a test, in the form of a GitHub Actions workflow that runs the test suite after a Right now, even after that |
Hmm. The PyPI page for ipython_genutils says I'm supposed to pretend it doesn't exist. That's a bit awkward here. What seems to be happening:
The result is that as of right now, if you do a
Given that we're supposed to pretend that ipython_genutils doesn't exist, it looks as though the right thing to do may be to restrict the version of traitlets we're using to a version that still requires ipython_genutils. |
I opened an upstream issue for the ipython_genutils problem: ipython/ipykernel#759 |
For cleanliness, I've extracted the new workflow into its own PR: #450. |
Envisage doesn't currently work with ipykernel 6.0 and later, and it looks as though substantial effort is required to make it work; see #448.
In the meantime, we should make sure that a
pip install envisage[ipython]
avoidsipykernel
version 6 and later.