Show More
@@ -35,7 +35,7 b' var IPython = (function (IPython) {' | |||||
35 | $('<button/>').addClass('close').attr('data-dismiss','alert').html('×') |
|
35 | $('<button/>').addClass('close').attr('data-dismiss','alert').html('×') | |
36 | ).append( |
|
36 | ).append( | |
37 | 'The IPython Notebook has two different keyboard input modes. <b>Edit mode</b> '+ |
|
37 | 'The IPython Notebook has two different keyboard input modes. <b>Edit mode</b> '+ | |
38 |
'allow you t |
|
38 | 'allows you to type code/text into a cell and is indicated by a green cell '+ | |
39 | 'border. <b>Command mode</b> binds the keyboard to notebook level actions '+ |
|
39 | 'border. <b>Command mode</b> binds the keyboard to notebook level actions '+ | |
40 | 'and is indicated by a grey cell border.' |
|
40 | 'and is indicated by a grey cell border.' | |
41 | ) |
|
41 | ) |
General Comments 0
You need to be logged in to leave comments.
Login now