Skip to content

Commit ed05fcf

Browse files
committed
mess with metadata
1 parent 7434c74 commit ed05fcf

File tree

1 file changed

+20
-21
lines changed

1 file changed

+20
-21
lines changed

Lesson_1_Basics/Lesson_1_Student_Version.ipynb

Lines changed: 20 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"cell_type": "markdown",
1414
"metadata": {},
1515
"source": [
16-
"title: \"Lesson 1 Basic Introduction to Programming in Python: Operators and Data Types\"\n",
16+
"# Lesson 1 - Basic Introduction to Programming in Python : Operators and Data Types"
1717
]
1818
},
1919
{
@@ -511,31 +511,30 @@
511511
],
512512
"metadata": {
513513
"interpreter": {
514-
"hash": "c4d4cf0f866ef5d608adbb3b8114bb30b4107b67947e423d500be3fa738ca8f5"
514+
"hash": "c4d4cf0f866ef5d608adbb3b8114bb30b4107b67947e423d500be3fa738ca8f5"
515515
},
516516
"kernelspec": {
517-
"display_name": "Python 3",
518-
"language": "python",
519-
"name": "python3"
517+
"display_name": "Python 3",
518+
"language": "python",
519+
"name": "python3"
520520
},
521521
"language_info": {
522-
"codemirror_mode": {
523-
"name": "ipython",
524-
"version": 3
525-
},
526-
"file_extension": ".py",
527-
"mimetype": "text/x-python",
528-
"name": "python",
529-
"nbconvert_exporter": "python",
530-
"pygments_lexer": "ipython3",
531-
"version": "3.8.3"
522+
"codemirror_mode": {
523+
"name": "ipython",
524+
"version": 3
525+
},
526+
"file_extension": ".py",
527+
"mimetype": "text/x-python",
528+
"name": "python",
529+
"nbconvert_exporter": "python",
530+
"pygments_lexer": "ipython3",
531+
"version": "3.8.3"
532532
},
533533
"quarto": {
534-
"format": "live-html",
535-
"title": "Lesson 1 – Basic Introduction to Programming in Python"
534+
"format": "live-html",
535+
"title": "Lesson 1 – Basic Introduction to Programming in Python"
536536
}
537-
},
538-
"nbformat": 4,
539-
"nbformat_minor": 4
540-
537+
},
538+
"nbformat": 4,
539+
"nbformat_minor": 4
541540
}

0 commit comments

Comments
 (0)