Hi Fabian Is posible publish many services of the many notebook using jupyter kernel > gateway for the same port all for example I have 3 notebook and for each > notebook there are 3 services Can I publish all for the same port?. >
You can only specify one notebook at present. It might be possible to add support for the case you mention. It'll take a bit of thinking about the design: a separate kernel pool per notebook, evaluating all of the notebooks in a single pool, specifying multiple notebooks/specs on the command line, handling conflicts, etc. Alternatively, it might turn out to be simpler to put a proxy in front of separate servers or use a web framework instead of a notebook for the more complex cases. If you have a strong use case for this support, please open a PR or issue on the kernel gateway repo. Cheers, Pete -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/c52e0ec0-8ae8-4306-9b2a-48f3bf991762%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
