-
Notifications
You must be signed in to change notification settings - Fork 134
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
Support multiple ipython notebooks #225
Comments
Anyone open or available to being paid to build this feature? If so , please message us. |
This sounds like a fine feature indeed, but in the meantime it sounds like a proxy server is what you need. |
@poplav How would a proxy server handle this? What would the architecture look like? Are you thinking we would create multiple servers each hosting different notebooks - or some other architecture? |
Just ran into this and doing a work-around to startup one gateway per notebook, managing processes and ports in a little Flask app. Anyone make any progress on this? |
@jfleck1: Afaik, nobody is working on this. Would you like to? ;-) |
Hi Folks,
It would be a good feature if you implement something like this for notebook-http
Instead of deployment a REST API using a single .ipython notebook file, scan all ipython notebook files inside a folder and deploy all methods... Also, keep track of file changes and auto deploy them...
The text was updated successfully, but these errors were encountered: