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

Prevent duplicate provider id prefix, run async methods in event loops #1

Closed

Conversation

kevin-bates
Copy link

Refactored the kernel_name acquisition logic to tolerate names that might already be prefixed within the nb metadata.

Wrapped JKM async methods in even-loop run_to_completion calls.

Removed context manager decorator and usage since it was causing issues in PyCharm.

takluyver and others added 2 commits August 29, 2019 11:17
According to the tornado docs, the web.asynchronous decorator is
deprecated in 5.1 and will be removed in 6.0. There's no direct
suggested replacement; it just says to use coroutines instead.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants