Adding a third-party extension (AEN 4.2.0)
==========================================

.. raw:: html

    <p>Anaconda officially supports and tests functionality of the
    default environment(s) only for those extensions that ship with
    AEN.</p>
    <p>It is possible to add third-party and custom extensions from
    conda-forge or pip, but doing so may cause instability in your
    default project environments or kernels.</p>
    <p>CAUTION: Anaconda does not officially support third-party
    extensions. This section is informational only.</p>
    <div class="section" id="installing-unofficial-jupyter-notebook-extensions-for-aen">
    <h2>Installing unofficial Jupyter Notebook extensions for AEN<a class="headerlink" href="#installing-unofficial-jupyter-notebook-extensions-for-aen" title="Permalink to this headline">¶</a></h2>
    <p>TIP: Always back up and verify your complete system before installing
    extensions.</p>
    <p>The jupyter-contrib-nbextensions extensions are installed on a
    compute node.</p>
    <p>The default conda executable directory for AEN is
    <code class="docutils literal"><span class="pre">/opt/wakari/anaconda/bin/conda</span></code>. If you are installing a
    Jupyter extension, it must be installed in the <code class="docutils literal"><span class="pre">wakari-compute</span></code>
    directory.</p>
    <p>EXAMPLE: Run:</p>
    <div class="highlight-bash"><div class="highlight"><pre><span></span>/opt/wakari/anaconda/bin/conda install -p /opt/wakari/wakari-compute/ -c conda-forge jupyter_contrib_nbextension
    </pre></div>
    </div>
    <p>For more information, see
    <a class="reference external" href="http://jupyter-contrib-nbextensions.readthedocs.io/en/latest/">Unofficial Jupyter Notebook Extensions</a>.</p>
    </div>
