Skip to content

Commit 2c1bd04

Browse files
committed
Fix indentation
1 parent 89d993d commit 2c1bd04

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

setup_laptop.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -140,14 +140,13 @@ To start any notebook from the tutorial, download [the ZIP file with the most re
140140
Then change the directory to where you unzipped the archive.
141141
There is no need to change drives and the usage of `cd` is similar to Windows.
142142

143-
Finally, enter the following commands:
143+
- Finally, enter the following commands:
144144

145-
```bash
146-
147-
conda activate py39openmm
148-
jupyter lab
149-
```
145+
```bash
146+
conda activate py39openmm
147+
jupyter lab
148+
```
150149

151-
A browser window should pop up in which you can select and open a notebook. If
152-
you are not familiar with notebooks, the following resources can be helpful:
153-
[Jupyter Lab Overview](https://jupyterlab.readthedocs.io/en/stable/getting_started/overview.html).
150+
A browser window should pop up in which you can select and open a notebook. If
151+
you are not familiar with notebooks, the following resources can be helpful:
152+
[Jupyter Lab Overview](https://jupyterlab.readthedocs.io/en/stable/getting_started/overview.html).

0 commit comments

Comments
 (0)