Sharing in Anaconda Enterprise Notebooks (AEN 4.1.0)
====================================================

.. raw:: html

    <div class="section" id="public-and-private">
    <h2>Public and Private<a class="headerlink" href="#public-and-private" title="Permalink to this headline">¶</a></h2>
    <p>Anaconda Enterprise Notebooks supports both public and private sharing.</p>
    <p>Any content placed in the &#8220;public&#8221; folder in a project will be publicly
    accessible via its URL.</p>
    <p>Additionally, a project can be made &#8220;public&#8221; which means anyone with
    access to the system will have a read-only view of all the project
    assets.</p>
    <p>Team members within a project have read-and-write access to all project
    assets by default. It is, however, possible to make use of file system
    access controls to limit who can access which files. This can be done
    either from the command line or using the Workbench, by right clicking
    on a file.</p>
    </div>
    <div class="section" id="jupyter-notebooks">
    <h2>Jupyter Notebooks<a class="headerlink" href="#jupyter-notebooks" title="Permalink to this headline">¶</a></h2>
    <p>In addition to the general project sharing capabilities described above,
    Jupyter Notebooks can be published to Anaconda Repository. This will
    automatically version the notebook and allow you to set access controls
    on who can view the notebook. The cloud icon with an arrow in it will
    allow you to do this, provided you have already logged in to Anaconda
    Repository. This can be done from the command line by executing
    <code class="docutils literal"><span class="pre">anaconda</span> <span class="pre">login</span></code> or, alternatively, you can use the login UI provided
    by the nbextension, although if you are not in a secure connection, we
    strongly recommend to use the command line approach.</p>
    </div>
