--
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 jupyter+unsubscribe@googlegroups.com.
To post to this group, send email to jup...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/25d8c337-d804-4588-9681-256add949577%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
ThomasIf you have many users, you probably want to look at Jupyterhub, which is designed to provide notebook servers for many users:With Jupyterhub, each user will get their own server. Internally, this needs a separate port for each user, but Jupyterhub manages that transparently so the users don't need to know about it.
http://jupyterhub.readthedocs.io/en/latest/
On 12 September 2017 at 16:57, <testb...@gmail.com> wrote:
Hi,Could anyone please help me on the below?I have Jupyter installed in a Linux server.I have like 100 users who will be using Jupyter.1. Does each user need to launch Jupyter using a dedicated unique port? If not, if all users use the same port for Jupyter, will there be any problem?Thanks in advance!
--
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 jupyter+u...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to jupyter+unsubscribe@googlegroups.com.
To post to this group, send email to jup...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/17867b63-3fd4-498b-9699-e2d76e56f863%40googlegroups.com.
I want to support both Jupyter and JupyterHub for the users.