From 01a9dd8424fa9868097a4c66a89995351fc96c0b Mon Sep 17 00:00:00 2001 From: Sylvain Corlay Date: Fri, 10 Jul 2015 19:32:50 -0400 Subject: [PATCH] step-forward button --- docs/source/examples/Notebook/Notebook Basics.ipynb | 4 ++-- docs/source/examples/Notebook/Running Code.ipynb | 2 +- notebook/static/notebook/js/actions.js | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/examples/Notebook/Notebook Basics.ipynb b/docs/source/examples/Notebook/Notebook Basics.ipynb index d982115aee..430aa32194 100644 --- a/docs/source/examples/Notebook/Notebook Basics.ipynb +++ b/docs/source/examples/Notebook/Notebook Basics.ipynb @@ -251,9 +251,9 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "The second idea of mouse based navigation is that **cell actions usually apply to the currently selected cell**. Thus if you want to run the code in a cell, you would select it and click the button in the toolbar or the \"Cell:Run\" menu item. Similarly, to copy a cell you would select it and click the button in the toolbar or the \"Edit:Copy\" menu item. With this simple pattern, you should be able to do most everything you need with the mouse.\n", + "The second idea of mouse based navigation is that **cell actions usually apply to the currently selected cell**. Thus if you want to run the code in a cell, you would select it and click the button in the toolbar or the \"Cell:Run\" menu item. Similarly, to copy a cell you would select it and click the button in the toolbar or the \"Edit:Copy\" menu item. With this simple pattern, you should be able to do most everything you need with the mouse.\n", "\n", - "Markdown and heading cells have one other state that can be modified with the mouse. These cells can either be rendered or unrendered. When they are rendered, you will see a nice formatted representation of the cell's contents. When they are unrendered, you will see the raw text source of the cell. To render the selected cell with the mouse, click the button in the toolbar or the \"Cell:Run\" menu item. To unrender the selected cell, double click on the cell." + "Markdown and heading cells have one other state that can be modified with the mouse. These cells can either be rendered or unrendered. When they are rendered, you will see a nice formatted representation of the cell's contents. When they are unrendered, you will see the raw text source of the cell. To render the selected cell with the mouse, click the button in the toolbar or the \"Cell:Run\" menu item. To unrender the selected cell, double click on the cell." ] }, { diff --git a/docs/source/examples/Notebook/Running Code.ipynb b/docs/source/examples/Notebook/Running Code.ipynb index 412ab27752..d56065cb94 100644 --- a/docs/source/examples/Notebook/Running Code.ipynb +++ b/docs/source/examples/Notebook/Running Code.ipynb @@ -25,7 +25,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "Run a code cell using `Shift-Enter` or pressing the button in the toolbar above:" + "Run a code cell using `Shift-Enter` or pressing the button in the toolbar above:" ] }, { diff --git a/notebook/static/notebook/js/actions.js b/notebook/static/notebook/js/actions.js index 3e611b0da9..a99ab0c99f 100644 --- a/notebook/static/notebook/js/actions.js +++ b/notebook/static/notebook/js/actions.js @@ -37,7 +37,7 @@ define(function(require){ **/ var _actions = { 'run-select-next': { - icon: 'fa-play', + icon: 'fa-step-forward', help : 'run cell, select below', help_index : 'ba', handler : function (env) {