Skip to content
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

Apply windows work-around fix for async applications #1383

Merged
merged 1 commit into from
Sep 13, 2020

Conversation

MSeal
Copy link
Contributor

@MSeal MSeal commented Sep 13, 2020

Mirrors nteract/papermill#517 for patching the entrypoint. Should fix #1372 if they're using command line. If they are importing as a library they might still need to apply the same work-around because it doesn't do anything if async calls have already begun so we only protect the application launch point.

No real way to write a unittest for this one

This should be the last issue for 6.0.2 release with a few fixes added

@MSeal
Copy link
Contributor Author

MSeal commented Sep 13, 2020

This is a pretty straight forward patch copy -- I'm going to merge and get a release going so the open issues can be addressed asap

@MSeal MSeal merged commit 6c8d9d8 into jupyter:master Sep 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

nbconvert raises NotImplementedError on Windows & Python 3.8
1 participant