Skip to content

Commit

Permalink
Deployed 399f354 with MkDocs version: 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagoams committed May 16, 2024
1 parent b611d64 commit 9b2aa50
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 37 deletions.
40 changes: 4 additions & 36 deletions installation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -321,20 +321,6 @@
</label>
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>

<li class="md-nav__item">
<a href="#test" class="md-nav__link">
Test
</a>

</li>

<li class="md-nav__item">
<a href="#test-with-space" class="md-nav__link">
Test with space
</a>

</li>

<li class="md-nav__item">
<a href="#note-wifi-access-for-cefas-staff" class="md-nav__link">
Note: WiFi access for Cefas staff
Expand Down Expand Up @@ -565,20 +551,6 @@
</label>
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>

<li class="md-nav__item">
<a href="#test" class="md-nav__link">
Test
</a>

</li>

<li class="md-nav__item">
<a href="#test-with-space" class="md-nav__link">
Test with space
</a>

</li>

<li class="md-nav__item">
<a href="#note-wifi-access-for-cefas-staff" class="md-nav__link">
Note: WiFi access for Cefas staff
Expand Down Expand Up @@ -796,12 +768,6 @@


<h1 id="installation-instructions">Installation instructions</h1>
<p><a href="./#Test">test</a></p>
<p><a href="#Test">test</a></p>
<p><a href="./#Test-with-space">test</a></p>
<p><a href="#Test-with-space">test</a></p>
<h2 id="test">Test</h2>
<h2 id="test-with-space">Test with space</h2>
<h2 id="note-wifi-access-for-cefas-staff">Note: WiFi access for Cefas staff</h2>
<p>If your laptop is configured to use the eduroam academic network this will be available across campus. Alternatively <a href="https://account.thecloud.eu/spportal/">register to Sky's free WiFi The Cloud</a>.</p>
<h2 id="1-laptop-installation">1. Laptop Installation</h2>
Expand Down Expand Up @@ -835,7 +801,7 @@ <h4 id="uea-hpc-ada">UEA HPC (Ada)</h4>
<h3 id="12-download-course-materials">1.2. Download course materials</h3>
<p>From the Friday before the course (28th of June) the material for the workshop can be downloaded as a <a href="https://github.com/ueapy/pythoncourse2024-materials/archive/main.zip">zip file</a> or can be cloned from our <a href="https://github.com/ueapy/pythoncourse2024-materials">GitHub repository</a>. </p>
<h4 id="121-option-1-download-zip-file-easier">1.2.1. Option 1: Download ZIP file (easier)</h4>
<p>Download the materials as a <a href="https://github.com/ueapy/pythoncourse2024-materials/archive/main.zip">zip file</a> and unpack it in a suitable directory, for example, in <code>Downloads</code> folder. Jump to <a href="./#1.3.-Create-the-environment">1.3. Create the environment</a>.</p>
<p>Download the materials as a <a href="https://github.com/ueapy/pythoncourse2024-materials/archive/main.zip">zip file</a> and unpack it in a suitable directory, for example, in <code>Downloads</code> folder. Jump to <a href="#13-create-the-environment">1.3. Create the environment</a>.</p>
<h4 id="122-option-2-using-git-allows-restoring-originals-after-modifications">1.2.2. Option 2: Using Git (allows restoring originals after modifications)</h4>
<h5 id="1221-install-git">1.2.2.1. Install Git</h5>
<p>If you don't have git version control system installed, you can install it following these instructions:</p>
Expand Down Expand Up @@ -897,6 +863,7 @@ <h4 id="windows_1">Windows</h4>
</code></pre>
<p>If you don't get any errors then your installation was sucessful.</p>
<h2 id="2-how-to-start-jupyter">2. How to start Jupyter</h2>
<p>Note: If you installed Anaconda (as opposed to the stripped down miniconda) you might want to try using the launcher application Navigator. You can learn how to start it for your OS (here)[https://docs.anaconda.com/free/navigator/getting-started/].</p>
<h3 id="windows_2">Windows</h3>
<ul>
<li>
Expand All @@ -914,7 +881,8 @@ <h3 id="linux-mac_1">Linux / Mac</h3>
<li>Open a terminal</li>
<li>Type</li>
</ul>
<pre><code>jupyter lab
<pre><code>conda activate course2024
jupyter lab
</code></pre>
<p>This should open Jupyter Lab in your browser. We will also demonstrate using Jupyter Notebook which is the older version with a simplified interface and is started with</p>
<pre><code>jupyter notebook
Expand Down
Loading

0 comments on commit 9b2aa50

Please sign in to comment.