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
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
social_security.txt
private/
48 changes: 48 additions & 0 deletions .ipynb_checkpoints/homework-example-checkpoint.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
"# This is a markdown"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"### This is a heading"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.11"
}
},
"nbformat": 4,
"nbformat_minor": 4
}
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ This repository is a demo repository that you can use to practice your GitHub an
through the online lessons in the [introduction to earth data science textbook on earthdatascience.org](https://www.earthdatascience.org/courses/intro-to-earth-data-science/git-github/version-control/). We will not merge any pull requests here but you can practice opening and closing them here if you want!

Here is some more text.

Today is my learning day.
6 changes: 0 additions & 6 deletions homework-example.ipynb

This file was deleted.

48 changes: 48 additions & 0 deletions homework-example_CI.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
"# This is a markdown"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"### This is a heading"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.11"
}
},
"nbformat": 4,
"nbformat_minor": 4
}
7 changes: 7 additions & 0 deletions social_security_copy.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
This file will not be included when making version control.

I add another text.

Test.

Haha.