Skip to content

Commit d65447b

Browse files
20260827 - bash code
1 parent c06e806 commit d65447b

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

dataManagement.qmd

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,24 +16,21 @@ format:
1616

1717
Terminal/command prompt:
1818

19-
```{bash}
20-
#| eval: false
19+
```bash
2120

2221
pip install numpy pandas matplotlib seaborn
2322
```
2423

2524
Jupyter:
2625

27-
```{bash}
28-
#| eval: false
26+
```bash
2927

3028
%pip install numpy pandas matplotlib seaborn
3129
```
3230

3331
Anaconda:
3432

35-
```{bash}
36-
#| eval: false
33+
```bash
3734

3835
conda install numpy pandas matplotlib seaborn
3936
```

0 commit comments

Comments
 (0)