Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 6e7c3d0

Browse files
Swap definitions of code cells and text cells
1 parent 6856bfc commit 6e7c3d0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎notebooks/00_Notebooks.ipynb‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@
6868
"source": [
6969
"Notebooks are a great visual way of programming. We will use these notebooks to code in Python and learn the basics of machine learning. First, you need to know that notebooks are made up of cells. Each cell can either be a **code cell** or a **text cell**. \n",
7070
"\n",
71-
"* **code cells**: used for headers and paragraph text. \n",
72-
"* **text cells**: user for holding code.\n",
71+
"* **text cells**: used for headers and paragraph text. \n",
72+
"* **code cells**: user for holding code.\n",
7373
"\n",
7474
"\n"
7575
]
@@ -209,4 +209,4 @@
209209
]
210210
}
211211
]
212-
}
212+
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /