I tried to publish a notebook as service using jupyter kernel gateway and all works fine but now I need to publish many notebooks. How can I do it?
I have been investigating how I can publish the jupyter cells as a notebook and I have found the following post http://blog.ibmjstart.net/2016/01/28/jupyter-notebooks-as-restful-microservices, I have managed to publish The contents of a notebook as a service using jupyter kernel gateway and everything has worked very well.
Now I want to publish many notebooks as a service to accomplish this. Would I need to have a port available for each notebook? Or on the same port can I publish all the notebook? I was reading the jupyter kernel gateway documentation but I have not found an option that allows me to run the various notebook services on the same port.