Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Project.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"ax.plot(t, s)\n",
"\n",
"ax.set(xlabel='time (s)', ylabel='voltage (mV)',\n",
" title='The simplest plot in the world')\n",
" title='This plot is simple!')\n",

"ax.grid()"
]
}
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
MERGED EX1

# GitExercise_Conflicts

This exercise assumes you are using the COGS 108 Datahub setup. But you can do everything here using your own computer if you set it up with the same tools (which is recent Jupyterlab with the git extension built on nbdime). If you are using git command line or VSCode, or something else entirely then you can still do this exercise, but the step by step insructions will need to be adapted to your tools. There is always more than one way to get something done, just learn and use the tool that you prefer!
Expand Down