jupyter-server / kernel_gateway

Jupyter Kernel Gateway
http://jupyter-kernel-gateway.readthedocs.org/en/latest/
Other
501 stars 131 forks source link

Support multiple ipython notebooks #225

Open guilhermecgs opened 7 years ago

guilhermecgs commented 7 years ago

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...

Praxiteles commented 7 years ago

Anyone open or available to being paid to build this feature? If so , please message us.

poplav commented 7 years ago

This sounds like a fine feature indeed, but in the meantime it sounds like a proxy server is what you need.

Praxiteles commented 7 years ago

@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?

jfleck1 commented 6 years ago

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?

rolweber commented 6 years ago

@jfleck1: Afaik, nobody is working on this. Would you like to? ;-)