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

Enable async JupyterApp #381

Merged
merged 4 commits into from Dec 26, 2023
Merged

Enable async JupyterApp #381

merged 4 commits into from Dec 26, 2023

Conversation

blink1073
Copy link
Member

@blink1073 blink1073 commented Dec 22, 2023

  • Start an event loop before calling initialize and start on the app.
  • Add initialize_async and start_async that will be called after their sync versions.
  • Expose a get_event_loop utility function that gets or sets the event loop for the current thread.

See jupyter/jupyter_client#997 and jupyter-server/jupyter_server#1362 for context.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant