Merge pull request #901 from fperez/mode-help-update

Mode help update
This commit is contained in:
Thomas Kluyver 2015-12-28 10:43:23 +00:00
commit 0b924db5eb
5 changed files with 5 additions and 5 deletions

View File

@ -197,7 +197,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Command mode is indicated by a grey cell border:\n",
"Command mode is indicated by a grey cell border with a blue left margin:\n",
"\n",
"<img src=\"images/command_mode.png\">\n",
"\n",
@ -291,7 +291,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "IPython (Python 3)",
"language": "python",
"name": "python3"
},
@ -305,7 +305,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.4.0"
"version": "3.5.1"
}
},
"nbformat": 4,

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 KiB

After

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 KiB

After

Width:  |  Height:  |  Size: 6.5 KiB

View File

@ -142,7 +142,7 @@ cell's editor area.
Command mode
~~~~~~~~~~~~
Command mode is indicated by a grey cell border:
Command mode is indicated by a grey cell border with a blue left margin:
When you are in command mode, you are able to edit the notebook as a
whole, but not type into individual cells. Most importantly, in command

View File

@ -189,7 +189,7 @@ define([
'The Jupyter Notebook has two different keyboard input modes. <b>Edit mode</b> '+
'allows you to type code/text into a cell and is indicated by a green cell '+
'border. <b>Command mode</b> binds the keyboard to notebook level actions '+
'and is indicated by a grey cell border.'
'and is indicated by a grey cell border with a blue left margin.'
);
element.append(doc);
if (platform === 'MacOS') {