File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ commands:
86
86
bash path/to/Miniconda3-latest-Linux-x86_64.sh
87
87
```
88
88
89
- > Note: most often, this file is downloaded to the Downloads directory,
89
+ > ** Note:** Most often, this file is downloaded to the Downloads directory,
90
90
and thus the command will look like this:
91
91
> ```
92
92
> bash Downloads/Miniconda3-latest-Linux-x86_64.sh
@@ -181,7 +181,7 @@ To do this, type the following in the terminal:
181
181
sudo chown -R $(whoami): admin /usr/local/bin
182
182
```
183
183
184
- > * Note: You might be asked to enter your password during installation.*
184
+ > ** Note:** You might be asked to enter your password during installation.
185
185
186
186
**All operating systems:**
187
187
To install LaTeX open JupyterLab by typing `jupyter lab`
@@ -223,7 +223,7 @@ Thus, add the lines below to the bottom of your `.bashrc` file
223
223
export PATH="$PATH:~ /bin"
224
224
```
225
225
226
- > Note: If you used `nano` to open your `.bashrc` file,
226
+ > ** Note:** If you used `nano` to open your `.bashrc` file,
227
227
follow the keyboard shortcuts at the bottom of the nano text editor
228
228
to save and close the file.
229
229
You can’t perform that action at this time.
0 commit comments