Skip to content

Commit

Permalink
🐛 typo
Browse files Browse the repository at this point in the history
  • Loading branch information
akabe committed Jul 25, 2017
1 parent 5fb0533 commit b0cfcbc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions notebooks/introduction.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,15 @@
"source": [
"## jupyter.notebook\n",
"\n",
"`jupyter.notebook` provides a way to control Jupyter from OCaml REPL in a notebook. Foex example, you can dynamically generate HTML, markdown, and images."
"`jupyter.notebook` provides a way to control Jupyter from OCaml REPL in a notebook. For example, you can dynamically generate HTML, markdown, and images."
]
},
{
"cell_type": "code",
"execution_count": 3,
"metadata": {},
"metadata": {
"collapsed": true
},
"outputs": [],
"source": [
"#require \"jupyter.notebook\""
Expand Down Expand Up @@ -126,6 +128,7 @@
"cell_type": "code",
"execution_count": 7,
"metadata": {
"collapsed": true,
"scrolled": true
},
"outputs": [],
Expand Down

0 comments on commit b0cfcbc

Please sign in to comment.