Skip to content

Commit

Permalink
minor improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
konradpa committed Oct 25, 2023
1 parent d7c4dbc commit 18c626a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions chapters/command-line.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ If your machine is configured to use a shell other than Bash, you can switch to
::: {.callout-tip collapse="true"}
### Which MacOS version do I have installed?

**Finding macOS Version:**
**Finding your macOS Version:**

Click on the Apple Menu: I
n the upper-left corner of your screen, click on the Apple logo.
Expand Down Expand Up @@ -165,10 +165,11 @@ Simply click on the link and log in.
Once you are logged in, you should be able to view the remote environment and create files using different programs like R, Python or Java.
If you scroll down in the "launcher" window, there should be the option to access a terminal.

![Screenshot](../static/cli_jupyter.png){#fig-jupyter}
![Screenshot of JupyterHub, showing the start screen.](../static/cli_jupyter.png){#fig-jupyter}

Your remote environment will be mostly empty, but you can move around and manage files just like you could on your own computer.

![Screenshot](../static/cli_jupyter_2.png){#fig-jupyter_2}
![Screenshot of JupyterHub, showing the terminal.](../static/cli_jupyter_2.png){#fig-jupyter_2}
:::


Expand Down Expand Up @@ -212,7 +213,8 @@ Instead of relying on graphical elements, you use text-based commands to perform


Enter the command `pwd` (short for "print working directory").
This will display the current directory that the shell is currently focused on in your file system.
The working directory is the location within your file system where an user or an application is presently performing file operations or running commands.
`pwd` will display the current directory that the shell is currently focused on in your file system.

```{bash}
pwd
Expand Down

0 comments on commit 18c626a

Please sign in to comment.