We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
kernel_spec_manager is hardcoded to a jupyter_client KernelSpecManager instance, not allowing for async or other managers - https://github.com/voila-dashboards/voila/blob/main/voila/app.py#L547
kernel_spec_manager
VoilaConfiguration
The text was updated successfully, but these errors were encountered:
Thank you for opening an issue! Making this configurable could be nice indeed. Would you be willing to try opening a PR for this?
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Problem
kernel_spec_manager is hardcoded to a jupyter_client KernelSpecManager instance, not allowing for async or other managers - https://github.com/voila-dashboards/voila/blob/main/voila/app.py#L547
Proposed Solution
kernel_spec_manager
to theVoilaConfiguration
The text was updated successfully, but these errors were encountered: