-
Notifications
You must be signed in to change notification settings - Fork 147
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
jupyter console broken on latest conda-forge. Regression from jupyter_client-7.0.2 #251
Comments
Thanks to @davidbrochart for pointing to PR #244 |
5 tasks
So this is fixed, right? |
Yes but not released yet. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
At least on MacOS
jupyter console
6.4.0 is broken on fresh install from conda-forge. Regression seems to be caused byjupyter_client
7.0.2. Downgradingjupyter_client
from 7.0.2 to 6.1.12 seems to resolve the problem.How to reproduce
$ conda create -c conda-forge -n exp python=3.9 jupyter
$ conda activate exp
jupyter console
and then hit enter$ jupyter console
<hit ENTER>
Output
Click to expand
Workaround
Downgrading to
jupyrer_client
6.1.12 seems to solve the problem$ conda install -c conda-forge jupyter_client=6.1.12
$ jupyter console
Seems to be working OK now.
The text was updated successfully, but these errors were encountered: