Skip to content

Commit

Permalink
Update activities.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zmuhls committed Oct 25, 2024
1 parent 1dda0ff commit 4e992f0
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions activities.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,13 @@ We will use [GitHub](https://github.com) as a class submission portal for each p
* **[See here for an example](https://github.com/zmuhls/ccny-coding-portfolio/tree/main)**

**GitHub Instructions**:
1. **Create a new repository**: Go to GitHub and create a new repository for your project. Name it appropriately, like `social-coding-portfolio`. Accept the option to initiate a `README.md`, which should serve as a project overview with an outline of its purpose, its structure, and related information.
1. **Create a new repository**: Go to GitHub and create a new repository for your project. Name it appropriately, like `social-coding-portfolio`. Accept the option to initiate a `README.md`, which should serve as a project overview with an outline of its purpose, its structure, etc.

2. **Create two folders**: (i) `Notebooks` for Jupyter Notebook files and (ii) `Reflections` for Markdown reflections. [Click here](https://stackoverflow.com/questions/12258399/how-do-i-create-a-folder-in-a-github-repository) for guidance on how to set up folders on GitHub.<br>
3. **Upload reflection and notebook**: Upload each submission as two files (one `.ipynb` in `Notebooks` and one `.md` in `Reflections`) and commit them with semi-descriptive messages.<br>

3. **Upload reflection and notebook**: Upload each submission as two files — one Jupyter notebook (`.ipynb`) to `Notebooks` and one markdown file (`.md`) to `Reflections`) and commit them with semi-descriptive messages.<br>

## Assignment Dates & Links

### Activity 1: Building Blocks

Expand Down Expand Up @@ -50,4 +54,5 @@ We will use [GitHub](https://github.com) as a class submission portal for each p

- Due: 11/28 (Tue)
- Downloadable [Instructions: Activity 5](https://github.com/zmuhls/ccny-data-science/blob/main/assets/activities/activity_5.pdf)
- Submission format: .md (Markdown) and .ipynb (Jupyter Notebook)
- Submission format: .md (Markdown) and .ipynb (Jupyter Notebook)

0 comments on commit 4e992f0

Please sign in to comment.