Skip to content

Commit

Permalink
Fix numbering layout
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed Jan 11, 2024
1 parent fcb077c commit 3044059
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/morning_session/lecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Link to HackMd: <https://hackmd.io/@dianai/uppmax-intro/>

To work with Python on UPPMAX:

1. Login to Rackham from your terminal. This is described at the UPPMAX page 'Login to Rackham' [here](http://docs.uppmax.uu.se/getting_started/login_rackham/).
#### 1. Login to Rackham from your terminal. This is described at the UPPMAX page 'Login to Rackham' [here](http://docs.uppmax.uu.se/getting_started/login_rackham/).

???- question "How to login to Rackham from your terminal?"

Expand All @@ -72,7 +72,7 @@ To work with Python on UPPMAX:
ssh sven@rackham.uppmax.uu.se
```

2. Load Python version 3.10.8. This is described at the UPPMAX pages on Python [here](http://docs.uppmax.uu.se/software/python/).
#### 2. Load Python version 3.10.8. This is described at the UPPMAX pages on Python [here](http://docs.uppmax.uu.se/software/python/).

???- question "How to load Python version 3.10.8?"

Expand All @@ -85,7 +85,7 @@ To work with Python on UPPMAX:
```

We can work with Python either interactively or by writing our code into files
(python modules) with the `.py` suffix.
(so-called Python scripts) with the `.py` suffix.

!!! example "Interactive "Hello, world!""

Expand Down

0 comments on commit 3044059

Please sign in to comment.