Skip to content

Commit

Permalink
Merge pull request #15 from neuromatch/climate-template-update
Browse files Browse the repository at this point in the history
Climate template update
  • Loading branch information
iamzoltan authored Jan 22, 2024
2 parents 76afdff + afe76f1 commit 0db7fa3
Show file tree
Hide file tree
Showing 8 changed files with 433 additions and 309 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
.vscode
.idea
_build
_toc.yml
_toc.yml
tutorials/.DS_Store
245 changes: 143 additions & 102 deletions tutorials/W1D2_Template/W1D2_Tutorial1.ipynb

Large diffs are not rendered by default.

245 changes: 143 additions & 102 deletions tutorials/W1D2_Template/instructor/W1D2_Tutorial1.ipynb

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ def generic_function(x, seed):

# We usually define the plotting function in the hidden Helper Functions
# so students don't have to see a bunch of boilerplate matplotlib code

## Uncomment the code below to test your function

# z = generic_function(x, seed=2021)
# with plt.xkcd():
# plotting_z(z)
# plotting_z(z)

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@
You can write a paragraph or two of nice didactic text
within a single comment.
From the example above:
1. Answer to discussion question 1.
2. Answer to discussion question 2.
""";
Empty file.
235 changes: 139 additions & 96 deletions tutorials/W1D2_Template/student/W1D2_Tutorial1.ipynb

Large diffs are not rendered by default.

0 comments on commit 0db7fa3

Please sign in to comment.