On Fri, Aug 4, 2017 at 5:40 PM, <testbg2...@gmail.com> wrote:

> Hi,
> Could anyone please clarify on the below? I have installed Ananconda3.7
> that comes with JupyterHub.
>
> 1. When I login to JupyterHub, I see the notebooks that are in my home
> directory. Is this the standard recommended location to store the private
> notebooks?
>

Yes, your home directory is a standard place to store your own files.


>
> 2. I'm working with two other users on the same project and using the same
> notebook. How can we share the notebook and what is the location to store
> the shared notebooks?
>

You can use shared folders with shared permissions. One version of this is
to create a shared directory that is group- or world-writable. This is
often a directory next to your home, such as `/home/shared`. You can
include a symlink to this from your home directory.


>
> 3. If I update a notebook, will other users be able to modify it if it is
> in a shared location? If so, how can we merge the content?
>

If you make a shared notebook, anyone with permission to edit that file
will be able to change it. If you are using the current Jupyter notebook,
you will not see any changes from another user until you re-open the edited
notebook. With this model, you **must not** both be editing the file at the
same time. It is the same model as any existing text editor for a file on
the filesystem - if you and another both open the same file, you won't see
each others' edits until you close and re-open the file.

-Min


>
> 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+unsubscr...@googlegroups.com.
> To post to this group, send email to jupyter@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/jupyter/a7c69eb7-8b54-438e-b653-83019e4cae66%40googlegroups.com
> <https://groups.google.com/d/msgid/jupyter/a7c69eb7-8b54-438e-b653-83019e4cae66%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 jupyter+unsubscr...@googlegroups.com.
To post to this group, send email to jupyter@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jupyter/CAHNn8BUNU0en7%3D3VLzrfEoVuw%2Bx364X6WG%3DQ6GYNdbbFN-kdLw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to