==========================================================
Jupyter notebook support in Anaconda repository (AER 2.28)
==========================================================

.. raw:: html

    <p>As of Anaconda repository version 2.3.0, you can upload Jupyter Notebooks to your Anaconda repository instance.</p>
    <div class="section" id="uploading-notebooks">
    <h2>Uploading notebooks<a class="headerlink" href="#uploading-notebooks" title="Permalink to this headline">¶</a></h2>
    <p>You can upload notebooks to your user account using the following command:</p>
    <div class="highlight-python"><div class="highlight"><pre><span></span>anaconda upload -p my-notebook my-notebook.ipynb
    </pre></div>
    </div>
    <p>You can then view your notebook by browsing to the associated user account on your Anaconda repository installation.</p>
    <p>You can also upload a new version of your notebook by uploading it with the version switch included:</p>
    <div class="highlight-python"><div class="highlight"><pre><span></span>anaconda upload -p my-notebook -v 1.1 my-notebook.ipynb
    </pre></div>
    </div>
    <p>Notebook-related functionality inside Anaconda repository is still in early development; the ability to view and run notebooks inside Anaconda repository will become available as the project progresses.</p>
    <p>At present you can share, download and then run the notebooks as you would other packages or files.</p>
    <p>The maximum allowed size for notebooks is 25 MB by default. It can be changed by setting the <a class="reference internal" href="reference.html#repo-max-ipynb-size"><span>MAX_IPYNB_SIZE</span></a> variable in the <code class="docutils literal"><span class="pre">config.yaml</span></code> file.</p>
    </div>
