Terminal Application (AEN 4.1.2)
================================

.. raw:: html

    <p>The Terminal Application is a simple bash shell terminal that runs
    in your browser.</p>
    <p><img alt="image0" src="../../../_images/ae-notebooks/4.1.2/user/terminal1.png" /></p>
    <p>You have full access to your home directory and your project drive. You
    can open multiple shells within one instance of the Terminal
    application. You can also open multiple instances of the Terminal
    application.</p>
    <p>To use the Terminal, log onto AE Notebooks and select the project
    you want to work on, or create a new project and open it.</p>
    <p>After you&#8217;ve opened your project, you will see a row of icons. Click on
    the Terminal icon. In a new tab of your browser, a Terminal window will open:</p>
    <p><img alt="image1" src="../../../_images/ae-notebooks/4.1.2/user/terminal2.png" /></p>
    <p>Your terminal opens in the project directory. To see that exact physical path,
    type the Print Working Directory command <code class="docutils literal"><span class="pre">pwd</span> <span class="pre">-P</span></code> followed by the Enter key.</p>
    <p>TIP: the physical path <code class="docutils literal"><span class="pre">-P</span></code> is important here because project prepends your
    virtual path name to keep your project files together.</p>
    <p>The project directory is /projects/username/project-name, example
    /projects/TestUser/MyFirstNotebook</p>
    <p>To navigate out of your project directory to your home directory, type <code class="docutils literal"><span class="pre">cd</span></code>
    followed by the enter or return key.</p>
    <p>To return to your project directory, type <code class="docutils literal"><span class="pre">cd</span> <span class="pre">/projects/username/project-name</span></code> and click Enter.</p>
    <p>TIP: If you are new to navigating in a terminal app, you may want to use the
    Workbench terminal, which includes a visual navigation tree in the always-
    visible File Manager.</p>
    <p>To open another shell in the terminal, click on the + sign in the
    upper left corner of the window. When you add another shell, a corresponding
    number appears after the <em>1</em> and the + sign. You can open as many new
    terminal windows as you&#8217;d like.</p>
    <p><img alt="image2" src="../../../_images/ae-notebooks/4.1.2/user/terminal3.png" /></p>
    <p>To navigate to another terminal window, click on the number in the
    upper left hand corner of the window. The color of the number changes to show
    which terminal is active.</p>
