Third Party Extensions (AEN 4.1.1)
==================================

.. raw:: html

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