Skip to content

Commit 4d31a6e

Browse files
committed
Update notebook basics notebook
1 parent 3f9fde8 commit 4d31a6e

File tree

1 file changed

+15
-16
lines changed

1 file changed

+15
-16
lines changed

examples/Notebook/Notebook Basics.ipynb

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,6 @@
5555
"## Overview of the Notebook UI"
5656
]
5757
},
58-
{
59-
"cell_type": "markdown",
60-
"metadata": {},
61-
"source": [
62-
"<div class=\"alert\">\n",
63-
"As of IPython 2.0, the user interface has changed significantly. Because of this we highly recommend existing users to review this information after upgrading to IPython 2.0. All new users of IPython should review this information as well.\n",
64-
"</div>"
65-
]
66-
},
6758
{
6859
"cell_type": "markdown",
6960
"metadata": {},
@@ -74,7 +65,7 @@
7465
"* Toolbar\n",
7566
"* Notebook area and cells\n",
7667
"\n",
77-
"IPython 2.0 has an interactive tour of these elements that can be started in the \"Help:User Interface Tour\" menu item."
68+
"An interactive tour of these elements can be started in the \"Help:User Interface Tour\" menu item."
7869
]
7970
},
8071
{
@@ -226,23 +217,31 @@
226217
"1. Basic navigation: `enter`, `shift-enter`, `up/k`, `down/j`\n",
227218
"2. Saving the notebook: `s`\n",
228219
"2. Cell types: `y`, `m`, `1-6`, `t`\n",
229-
"3. Cell creation and movement: `a`, `b`, `ctrl+k`, `ctrl+j`\n",
230-
"4. Cell editing: `x`, `c`, `v`, `d`, `z`, `shift+=`\n",
220+
"3. Cell creation: `a`, `b`\n",
221+
"4. Cell editing: `x`, `c`, `v`, `d`, `z`, `ctrl+shift+-`\n",
231222
"5. Kernel operations: `i`, `.`"
232223
]
233224
}
234225
],
235226
"metadata": {
236227
"kernelspec": {
228+
"display_name": "Python 3",
229+
"language": "python",
230+
"name": "python3"
231+
},
232+
"language_info": {
237233
"codemirror_mode": {
238234
"name": "ipython",
239235
"version": 3
240236
},
241-
"display_name": "IPython (Python 3)",
242-
"language": "python",
243-
"name": "python3"
237+
"file_extension": ".py",
238+
"mimetype": "text/x-python",
239+
"name": "python",
240+
"nbconvert_exporter": "python",
241+
"pygments_lexer": "ipython3",
242+
"version": "3.4.3"
244243
}
245244
},
246245
"nbformat": 4,
247246
"nbformat_minor": 0
248-
}
247+
}

0 commit comments

Comments
 (0)