Eric Michael Martinez commited on
Commit
26750af
1 Parent(s): 6810455
02_prototyping_a_basic_chatbot_ui.ipynb CHANGED
@@ -27,6 +27,37 @@
27
  "## Tools and Concepts"
28
  ]
29
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
30
  {
31
  "cell_type": "markdown",
32
  "id": "368cda1a",
 
27
  "## Tools and Concepts"
28
  ]
29
  },
30
+ {
31
+ "cell_type": "markdown",
32
+ "id": "9f764b43",
33
+ "metadata": {
34
+ "slideshow": {
35
+ "slide_type": "slide"
36
+ }
37
+ },
38
+ "source": [
39
+ "#### Jupyter Notebook\n",
40
+ "Jupyter is a great tool for writing and interacting with code. It lets you embed code and text to write and document code exploration.\n",
41
+ "\n",
42
+ "It is a great tool for prototyping and rapid development on top of being a great way to distribute understandable code to others.\n",
43
+ "\n",
44
+ "In many areas, such as machine learning and data science, it is extremely common for developers to spend most of their time in a notebook environment."
45
+ ]
46
+ },
47
+ {
48
+ "cell_type": "code",
49
+ "execution_count": null,
50
+ "id": "3ed3e93b",
51
+ "metadata": {
52
+ "slideshow": {
53
+ "slide_type": "slide"
54
+ }
55
+ },
56
+ "outputs": [],
57
+ "source": [
58
+ "!pip install jupyter-notebook"
59
+ ]
60
+ },
61
  {
62
  "cell_type": "markdown",
63
  "id": "368cda1a",