Skip to content

Commit

Permalink
Merge pull request #9 from chicago-cdac/rahim/chapter-6
Browse files Browse the repository at this point in the history
testing chapter-6
  • Loading branch information
rahimrasool authored Sep 22, 2022
2 parents f1cc6e8 + 19ec2ad commit 0ebdb68
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 0 deletions.
59 changes: 59 additions & 0 deletions textbook/06/AnotherTest.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
{
"cells": [
{
"cell_type": "markdown",
"id": "ad36da76-54c4-46ce-9844-c084fe2f7616",
"metadata": {},
"source": [
"## Chapter 6"
]
},
{
"cell_type": "code",
"execution_count": 1,
"id": "10cd5daa-112a-40fe-87ee-c7fd98d007d3",
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Python\n"
]
}
],
"source": [
"print('Python')"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "00d478fc-8d89-4b57-ab2a-7e2fc313b13e",
"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.10.6"
}
},
"nbformat": 4,
"nbformat_minor": 5
}
2 changes: 2 additions & 0 deletions textbook/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,5 @@ chapters:
- file: 03/6/Functions

- file: 04/DataFrames

- file: 06/AnotherTest.ipynb

0 comments on commit 0ebdb68

Please sign in to comment.