Skip to content

Commit 7790dbf

Browse files
author
Susan Vanderplas
committed
d'oh. gifs aren't pngs.
1 parent 98690f2 commit 7790dbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

part-tools/04-scripts-notebooks.qmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ This will launch an interactive python session (**ipython**).
127127

128128
You should get a prompt that looks like this: `>>>`
129129

130-
![Bash terminal window (on Linux - yours will look different). The first line shows the default prompt, and I typed in `python` and hit enter, launching the `python` program. The remaining lines are the Ipython startup messages showing the version of python and the operating system. The `>>>` prompt indicates that python is waiting for a command. Hitting enter will cause Python to calculate the result of 2+2.](../images/tools/rstudio-launch-py.png){fig-alt="A bash Linux terminal within RStudio. The first line shows the user, computer name, and path, along with some extra stuff in parentheses at the beginning that doesn't matter now. The `$` character indicates that bash is waiting for a command: `python`. The next two lines are the python startup messages indicating the python version and operating system, and suggesting relevant commands like help, copyright, credits, and license for more information. Finally, there is a >>> prompt at which the user has typed 2+2."}
130+
![Bash terminal window (on Linux - yours will look different). The first line shows the default prompt, and I typed in `python` and hit enter, launching the `python` program. The remaining lines are the Ipython startup messages showing the version of python and the operating system. The `>>>` prompt indicates that python is waiting for a command. Hitting enter will cause Python to calculate the result of 2+2.](../images/tools/rstudio-launch-py.gif){fig-alt="A bash Linux terminal within RStudio. The first line shows the user, computer name, and path, along with some extra stuff in parentheses at the beginning that doesn't matter now. The `$` character indicates that bash is waiting for a command: `python`. The next two lines are the python startup messages indicating the python version and operating system, and suggesting relevant commands like help, copyright, credits, and license for more information. Finally, there is a >>> prompt at which the user has typed 2+2."}
131131
Type in `2+2` and hit enter.
132132

133133
:::

0 commit comments

Comments
 (0)