You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: jupyter.Rmd
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -104,8 +104,7 @@ To run a code cell independently, the cell needs to first be activated. This
104
104
is done by clicking on it with the cursor. Jupyter will indicate a cell has been
105
105
activated by highlighting it with a blue rectangle to its left. After the cell
106
106
has been activated (Figure \@ref(fig:activate-and-run-button)), the cell can be run by either pressing the **Run** (`r fa("play", height = "11px")`)
107
-
button in the toolbar, or by using a keyboard shortcut of
108
-
`Shift + Enter`.
107
+
button in the toolbar, or by using the keyboard shortcut `Shift + Enter`.
109
108
110
109
```{r activate-and-run-button, echo = FALSE, fig.cap = "An activated cell that is ready to be run. The red arrow points to the blue rectangle to the cell's left. The blue rectangle indicates that it is ready to be run. This can be done by clicking the run button (circled in red).", fig.retina = 2, out.width="100%"}
0 commit comments