-
Notifications
You must be signed in to change notification settings - Fork 506
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
feat: use asyncio to execute cells #374
feat: use asyncio to execute cells #374
Conversation
6ae913b
to
d773a96
Compare
This already looks much nicer with Note: this drops support for Python 2? (:tada:) |
Yes, I should change .travis.yml. But how do we test py35? conda-forge doesn't do that anymore right? We'd have to test that using pip? |
This allows concurrent requests, instead of blocking requests when cells are executed
d773a96
to
e285ea6
Compare
This PR is needed for the asyncio jupyter client: jupyter/jupyter_client#471 And there are issues with connecting to the kernel, and widgets do not seem to work. |
f8a22e3
to
45d0368
Compare
45d0368
to
52e169c
Compare
Closing as superseeded by several PRs by @maartenbreddels and @davidbrochart. |
This allows concurrent requests, instead of blocking requests when cells are executed