-
Notifications
You must be signed in to change notification settings - Fork 505
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
Implement a fps
plugin for Voila
#977
Comments
fps
plugin for Voila
I am implementing a
|
Maybe @maartenbreddels has a clue on how other frameworks than tornado enable partial responses to HTTP requests.
I am not sure this is really an issue since the notebook execution through the executor is independent from the fps-kernels thingy. |
StreamingResponse from |
Indeed, thanks @trungleduc ! |
You are right, we can keep the |
Problem
In the Jupyter Server Meeting yesterday, we discussed the use case of having a
fps
plugin for Voila. This would be a good example for having a tihrd-party plugin living in a different repo.fps
andjupyverse
are still experimental projects, but sincejupyverse
relies onentry_points
to load the plugins, we could imagine having thefps-voila
plugin as part of thevoila
package already.This could be shipped as an early preview and released as part of the
0.3.x
series.It would also help refactor the voila logic so it can be used with both
jupyter_server
extensions andjupverse
plugins.Proposed Solution
We add a
fps-voila
plugin some time in the0.3.0
release (additive change).Additional context
The text was updated successfully, but these errors were encountered: