Skip to content

Commit 5055c20

Browse files
Change header from '##' to '#' in notebooks.ipynb
1 parent 5fa0fd8 commit 5055c20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

book/version_control/notebooks.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"id": "962e8194",
66
"metadata": {},
77
"source": [
8-
"## Jupyter notebooks and git\n",
8+
"# Jupyter notebooks and git\n",
99
"\n",
1010
"Version control systems oriented towards software development and programming are typically focused on **text-based files**: files where the contents are viewable on your computer as human-readable text. **Binary files,** on the other hand, are organized and saved with bits (`0`'s and `1`'s) and are not human-readable. Although this may be a simplified description in terms of the way computers store information (you can read more [here](https://en.wikipedia.org/wiki/Binary_file)), it is enough for our purposes to recognize that text-based files are best suited for use with version control system; in other words, your Python code!\n",
1111
"\n",

0 commit comments

Comments
 (0)