Commit 82e1aca2 authored by Steve Tjoa's avatar Steve Tjoa

added a bunch on reading/writing/playing audio

parent a262e540
{
"metadata": {
"name": "",
"signature": "sha256:3e47f19e4e3e474f96e45baef06f1047acd575cc2b8630e22591c25ead559a32"
"signature": "sha256:33b9ddca243fc0c15c4e4b11e131ddf070da9a9ea6bd8c3f08d02ecdcfd70b17"
},
"nbformat": 3,
"nbformat_minor": 0,
......@@ -50,6 +50,35 @@
"To display the Help Menu, press `h`."
]
},
{
"cell_type": "heading",
"level": 2,
"metadata": {},
"source": [
"Writing Text in Markdown"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Markdown is a markup language that is a superset of HTML. The Markdown specification is found here: http://daringfireball.net/projects/markdown/"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"A cell may contain Python code or Markdown code. To convert any Python cell to a markdown cell, press `m`."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"For headings, we recommend that you use IPython's keyboard shortcuts. To change the text in a cell to a level-3 header, simply press `3`. For similar commands, press `h` to view the Help menu."
]
},
{
"cell_type": "markdown",
"metadata": {},
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment