Skip to content

Commit

Permalink
Merge pull request #423 from geobtaa/tutorial-2
Browse files Browse the repository at this point in the history
Add tutorial 2
  • Loading branch information
karenmajewicz authored Oct 20, 2023
2 parents eb28ef1 + badd3df commit 202cb67
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docs/tutorials.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,14 @@ These tutorials are short, easy to complete exercises to help someone get the ba
* Getting Started with GitHub: Provides an introduction to GitHub and a walkthrough of creating a repository.
* Getting Started with Jupyter Notebooks: Provides an introduction and overview of cell types.

## 2. Navigating paths
## 2. [Navigating paths](https://github.com/geobtaa/harvesting-guide/blob/main/tutorials/T-02_changing_paths)

This guide will show users how to navigate file paths within a Jupyter Notebook.
This tutorial shows how to navigate and list directories. Techniques covered include:

* Using the `cd` command in the terminal
* Navigating to and from the home directory
* Listing the current path
* Listing documents within the current path

## 3. [Iterating over files](https://github.com/geobtaa/harvesting-guide/tree/main/tutorials/T-03_iterating-files)

Expand Down

0 comments on commit 202cb67

Please sign in to comment.