On Thu, Aug 18, 2016 at 10:00 AM, Luca Delucchi <[email protected]>
wrote:

>
>
> Il giorno mercoledì 17 agosto 2016 18:22:36 UTC+2, Carol Willing ha
> scritto:
>>
>> Hi Luca,
>>
>>
> Hi Carol,
>
>
>> Welcome to the Jupyter community and thanks for your question.
>>
>> I’m not exactly sure from your message what you are hoping to do with
>> JupyterHub. If you could provide some additional detail about the use case,
>> I could be more helpful to you.
>>
>>
> I need to use JupyterHub for a course, I would like to have multiuser but
> I don't want to create several user on my OS. Probably I could use docker
> but if it possible I would like to don't use this solution
>

Using docker is generally the easiest way to run JupyterHub without
creating system users. Notebooks always run as a particular user in the
context where the server runs, so if you don't use docker, this means that
the notebooks must run as a user on the host system. You can avoid creating
system users for each Hub user, but you still need at least one user for
the processes to run as. You could run all of the notebooks as the same
user, but then all of your users will have the ability to interact with
each other's files. Jupyter does not provide any tools for user isolation,
it always relies on existing system-level tools to do this. The simplest
way is unix system users. Other ways include creating an isolated context
(remote machines, VMs, docker containers, etc.) in which to run each user's
notebook server, via selecting or implementing the appropriate Spawner.

-MinRK


>
>
>> We do have some resources on JupyterHub that may be helpful to you:
>>
>> - JupyterHub tutorial [Repo](https://github.com/jupy
>> terhub/jupyterhub-tutorial) [YouTube presentation from PyData London](
>> https://www.youtube.com/watch?v=gSVvxOchT8Y&feature=youtu.be)
>> - JupyterHub documentation on ReadTheDocs https://jupyterhub
>> .readthedocs.io/en/latest/
>> - JupyterHub Mini Workshop July 2016 materials https://github.com/j
>> upyterhub/jupyterhub-2016-workshop contains presentations on many
>> different uses/implementations of JupyterHub
>>
>>
> I already read something and I plan to look the London presentation ASAP.
> Thank to all the useful links
>
>
>> Another project that may be interesting to you is Jupyter’s tmpnb (
>> https://github.com/jupyter/tmpnb) which provides temporary notebook
>> servers to users. This can be used as an alternative to JupyterHub when
>> anonymous, ephemeral notebooks are desired.
>>
>>
> also this could be an idea but it use docker....
>
>
>> Carol
>>
>> Carol Willing
>>
>>
> ciao
> Luca
>
> --
> 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/c1c1970c-0c3d-4827-8bad-e7e235c06ea8%40googlegroups.com
> <https://groups.google.com/d/msgid/jupyter/c1c1970c-0c3d-4827-8bad-e7e235c06ea8%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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/CAHNn8BUP41-p7T4SiD8sgAMjHS3%2BzKtLzJ2WWA%3DPSd2t623X5Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to