Skip to content

Added my personal introduction to about-me.ipynb #92

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
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
20 changes: 14 additions & 6 deletions about-me.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,24 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 2,
"metadata": {},
"outputs": [],
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Hi! My name is Chandler Shortlidge. I’m excited to learn because I want to learn AI to solve real-world problems like automating processes.. A fun fact about me is: I have a baby son named Rohn and a Shiba Inu named Max. I also spent 10 years in the nightclub industry!.\n"
]
}
],
"source": [
"# About Me\n",
"# Please fill in the following details.\n",
"\n",
"name = \"Your Name Here\"\n",
"reason = \"Why you are interested in AI, Data Analytics, or Data Science\"\n",
"fun_fact = \"One fun fact about yourself or a goal for this course\"\n",
"name = \"Chandler Shortlidge\"\n",
"reason = \"I want to learn AI to solve real-world problems like automating processes.\"\n",
"fun_fact = \"I have a baby son named Rohn and a Shiba Inu named Max. I also spent 10 years in the nightclub industry!\"\n",
"\n",
"print(f\"Hi! My name is {name}. I’m excited to learn because {reason}. A fun fact about me is: {fun_fact}.\")"
]
Expand All @@ -51,7 +59,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.6"
"version": "3.13.3"
}
},
"nbformat": 4,
Expand Down
43 changes: 43 additions & 0 deletions test.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"id": "7f1afd75",
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"4\n"
]
}
],
"source": [
"print(2+2)"
]
}
],
"metadata": {
"kernelspec": {
"display_name": ".venv",
"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.13.3"
}
},
"nbformat": 4,
"nbformat_minor": 5
}
1 change: 1 addition & 0 deletions test2.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
print(2+2)