Summary and Schedule
This is a new lesson built with The Carpentries Workbench.
| Setup Instructions | Download files required for the lesson | |
| Duration: 00h 00m | 1. Workshops using Nectar Instances | |
| Duration: 00h 25m | 2. Transferring files between your computer and Nectar Instance | |
| Duration: 01h 30m | 3. Testing your log on | |
| Duration: 01h 40m | 4. Byobu-screen | |
| Duration: 02h 45m | 5. Applying for your own Nectar Allocation | |
| Duration: 02h 55m | Finish |
The actual schedule may vary slightly depending on the topics and exercises chosen by the instructor.
Please follow the steps below and install the required software before the scheduled workshop.
Software Setup
We use VS Code for general coding. Make sure to install VS Code for your operating system following the instructions below:
Windows users
If you are a Windows user, you may also need WSL, the Windows Subsystem for Linux. WSL will allow you to use the Terminal from within VS Code and to execute UNIX style commands.
Follow the official instructions here.
After installing WSL, you will also need to install GitBash.
After installing GitBash, change the default Terminal executable on VS Code:
- Open VS Code.
- From the
Viewmenu selectCommand Palette --> Terminal: Select Default Profile. - Select
GitBashas the default profile.
✅ You’re all set to use VS Code with GitBash on Windows.
Environment management with conda
For certain workshops, you may need to install conda, an open-source software and package management system. This is usually necessary when working with Python code.
Our preferred flavour of conda is miniforge, but you could also use miniconda.
Click here and follow the miniforge installation instructions for your OS.