Skip to content

Latest commit

 

History

History
62 lines (37 loc) · 2.07 KB

install_instruction_erda.md

File metadata and controls

62 lines (37 loc) · 2.07 KB

Back to main installation page

Installation instruction - ERDA

Since the software environment on ERDA already includes all the software tools necessary to run the notebooks, the only thing that has to be done there is to clone the code repository in your local workspace.

Logging on to ERDA and cloning the code repository


Get Registered on ERDA (email Troels to get registered)

If you do not wish to do so, you can still access the course content by manually downloading the repository (see Option C below)

Clone the Applied Statistics Repository

From your ERDA homepage, click on the jupyter option in the side menu
Start a terminal session by clicking the Start DAG button
To spawn the correct environment for the course, select the option Statistics Notebook with Python
Open the Terminal option

You should now have a terminal window opened in your screen. If you type in the command ll, you should see a list of folder in your space. Move into the work folder by typing the command cd work.

Click here to see the image

Once you are in your work folder, make yourself a local copy of the code repository by typing the command git clone https://https://github.com/troelspetersen/AppliedML2023 .

If you list the content of your work directory, you should now see a local copy of the code appear on your machine.

Click here to see the image