-
Notifications
You must be signed in to change notification settings - Fork 319
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
Import ensure_async from jupyter_core #1093
Conversation
3f53fe5
to
7ff8135
Compare
7ff8135
to
5878e12
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1093 +/- ##
==========================================
+ Coverage 79.99% 80.02% +0.03%
==========================================
Files 68 68
Lines 8021 8011 -10
Branches 1588 1586 -2
==========================================
- Hits 6416 6411 -5
+ Misses 1183 1179 -4
+ Partials 422 421 -1 ☔ View full report in Codecov by Sentry. |
Not sure the test failures are related. |
I think |
Should we just pin |
I'd rather not pin, since we want folks to try core 5.x and its new features. |
I'll have to update the min versions script in maintainer tools though to handle more complex cases like this... |
Working on the conda-forge package... what exactly is intended by the |
|
ok, cheers. Going to ship the less-ambiguous:
|
Sounds good, but maybe |
great, i'll remove the top pin. |
Here's the line in question: |
Looks as if this may have caused an error under Ubuntu 20.04 running under WSL2 $ ImportError: cannot import name 'ensure_async' from 'jupyter_core.utils' |
What version of |
mjw@TRANSAXON-SEROTONIN:~$ jupyter --version |
It's not at all clear to me why it thinks jupyterlab nbclient and nbconvert aren't installed |
|
Needs jupyter/jupyter_core#315.